import { index, route, type RouteConfig } from '@react-router/dev/routes'; export default [ index('routes/_index.tsx'), route('matches/:matchId', 'routes/matches.$matchId.tsx'), ] satisfies RouteConfig;