initial implementation

This commit is contained in:
2025-01-26 01:22:33 +00:00
parent 8b4c9ea6ee
commit 672917ac92
14 changed files with 538 additions and 212 deletions

View File

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