import { type RouteConfig, index } from "@react-router/dev/routes";import { route } from "@react-router/dev/routes";export default [ index("routes/home.tsx"), route("subscriptions", "routes/subscriptions.tsx"),] satisfies RouteConfig;
routes.ts