Weather/app/routes.ts

4 lines
178 B
TypeScript

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