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

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