wip: test

This commit is contained in:
David Nguyen
2025-01-05 15:44:16 +11:00
parent 866b036484
commit 071ce70292
20 changed files with 903 additions and 349 deletions

View File

@ -1,3 +1,4 @@
import { type RouteConfig, index } from '@react-router/dev/routes';
import { type RouteConfig } from '@react-router/dev/routes';
import { flatRoutes } from '@react-router/fs-routes';
export default [index('routes/home.tsx')] satisfies RouteConfig;
export default flatRoutes() satisfies RouteConfig;