working frontend checkpoint
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s

This commit is contained in:
2026-03-08 13:59:35 -05:00
parent 242872cba0
commit 728258465d
2 changed files with 1 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ const routes = [
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
routes: [],
routes: routes,
});
export default router;