File size: 132 Bytes
1e92f2d |
1 2 3 4 |
import { type RouteConfig, index } from "@react-router/dev/routes"
export default [index("routes/home.tsx")] satisfies RouteConfig
|
1e92f2d |
1 2 3 4 |
import { type RouteConfig, index } from "@react-router/dev/routes"
export default [index("routes/home.tsx")] satisfies RouteConfig
|