Switched to React Router

This commit is contained in:
2025-11-28 17:24:51 +01:00
parent 7b2a009728
commit 9f1fdd79dd
30 changed files with 2085 additions and 2953 deletions

View File

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