main package change

This commit is contained in:
Priyatham-sai-chand 2024-03-01 12:24:38 -08:00
parent 14f35907e2
commit 85dd727ce4
1 changed files with 1 additions and 2 deletions

View File

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