chore: Initial
This commit is contained in:
commit
e551781de0
19 changed files with 446 additions and 0 deletions
6
app/routes.ts
Normal file
6
app/routes.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
import { type RouteConfig, index, route } from "@react-router/dev/routes";
|
||||
|
||||
export default [
|
||||
index("routes/home.tsx"),
|
||||
route("test", "./routes/test.tsx"),
|
||||
] satisfies RouteConfig;
|
Loading…
Add table
Add a link
Reference in a new issue