update and introduce react router
This commit is contained in:
parent
bf32423169
commit
fa49ed07db
27 changed files with 349 additions and 187 deletions
3
packages/web/app/routes.ts
Normal file
3
packages/web/app/routes.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { type RouteConfig, index } from "@react-router/dev/routes";
|
||||
|
||||
export default [index("routes/home.tsx")] satisfies RouteConfig;
|
||||
Loading…
Add table
Add a link
Reference in a new issue