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

4 lines
134 B
TypeScript
Raw Permalink Normal View History

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