summaryrefslogtreecommitdiff
path: root/app/routes.ts
blob: 102b4025877bcfbea5abb721742bb7aa8c33eb3d (plain)
1
2
3
import { type RouteConfig, index } from "@react-router/dev/routes";

export default [index("routes/home.tsx")] satisfies RouteConfig;