diff --git a/client/src/App.vue b/client/src/App.vue index 7d14f1e..efc0210 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -4,6 +4,5 @@ import index from './pages/index.vue' \ No newline at end of file diff --git a/client/src/router/index.ts b/client/src/router/index.ts index f5c48bb..e96dc27 100644 --- a/client/src/router/index.ts +++ b/client/src/router/index.ts @@ -16,7 +16,7 @@ const routes = [ const router = createRouter({ history: createWebHistory(import.meta.env.BASE_URL), - routes: [], + routes: routes, }); export default router;