From 728258465d90a460b89e38120ec09fd0e72bef9b Mon Sep 17 00:00:00 2001 From: Blitblank Date: Sun, 8 Mar 2026 13:59:35 -0500 Subject: [PATCH] working frontend checkpoint --- client/src/App.vue | 1 - client/src/router/index.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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;