Basic example structure

This commit is contained in:
2025-04-03 16:00:44 +02:00
parent 525e70c8bc
commit 2fdfe9468c
10 changed files with 84 additions and 4 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;