feat: configure routing

This commit is contained in:
2026-05-21 03:44:18 +07:00
parent cc4f0cf02c
commit 99d1c97706
10 changed files with 75 additions and 332 deletions
+3 -2
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;