changed main.ts back to normal

This commit is contained in:
chillwafflez 2024-03-31 00:46:29 -07:00
parent d8146584d6
commit ddf806ec35
1 changed files with 1 additions and 2 deletions

View File

@ -2,6 +2,5 @@ import { createApp } from "vue";
import "./styles.css";
import App from "./App.vue";
import router from "./router";
import yuh from "./views/testMapScreen.vue"
createApp(yuh).use(router).mount("#app");
createApp(App).use(router).mount("#app");