first commit
This commit is contained in:
5
app/routes.ts
Normal file
5
app/routes.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import { type RouteConfig, index } from "@react-router/dev/routes";
|
||||
|
||||
export default [
|
||||
index("routes/home.tsx")
|
||||
] satisfies RouteConfig;
|
Reference in New Issue
Block a user