Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
M-studen committed Feb 10, 2024
1 parent ce9888b commit 0222126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createApp } from "vue";
import App from "./Index.vue";
import App from "./App.vue";
import router from "./router/index.js";
const app = createApp(App)
app.use(router)
Expand Down

0 comments on commit 0222126

Please sign in to comment.