nextgraph-test/packages/web/app/routes.ts

4 lines
134 B
TypeScript
Raw Normal View History

2025-12-23 16:30:04 +01:00
import { type RouteConfig, index } from "@react-router/dev/routes";
export default [index("routes/home.tsx")] satisfies RouteConfig;