From 4d2a1e5adfc8688bc585c96e959470d45f655438 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 30 May 2022 14:43:59 +0200 Subject: chore(master): add client folder --- master/src/main.ts | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 master/src/main.ts (limited to 'master/src/main.ts') diff --git a/master/src/main.ts b/master/src/main.ts deleted file mode 100644 index 10ea69d..0000000 --- a/master/src/main.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { createApp } from "vue"; -import App from "./App.vue"; -import router from "./router"; - -createApp(App).use(router).mount("#app"); -- cgit v1.2.3-18-g5258