6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
import { type RouteConfig, index } from "@react-router/dev/routes";
|
|
|
|
export default [
|
|
index("routes/home.tsx")
|
|
] satisfies RouteConfig;
|