🆕Using React Router

This commit is contained in:
2025-02-22 18:14:00 +01:00
parent d373a2e325
commit 5f4ad2296d
20 changed files with 3578 additions and 1072 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;