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