revert Clean and add main page to src
This commit is contained in:
2025-03-10 11:45:44 +01:00
parent 0f3d8d60b1
commit 23730b81db
9 changed files with 241 additions and 16 deletions

3
app/routes.ts Normal file
View File

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