Weather/app/routes.ts

4 lines
178 B
TypeScript
Raw Normal View History

2025-11-17 19:05:11 +08:00
import { type RouteConfig, index,route } from "@react-router/dev/routes";
2025-11-17 17:14:14 +08:00
2025-11-17 19:05:11 +08:00
export default [index("routes/home.tsx"),route('weather',"routes/weather.tsx")] satisfies RouteConfig;