diff options
Diffstat (limited to 'master/src/main.ts')
-rw-r--r-- | master/src/main.ts | 5 |
1 files changed, 0 insertions, 5 deletions
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"); |