Reviewed-on: #6 Co-authored-by: Drew Galbraith <drew@tiramisu.one> Co-committed-by: Drew Galbraith <drew@tiramisu.one>
3 lines
132 B
TypeScript
3 lines
132 B
TypeScript
import { type RouteConfig, index } from '@react-router/dev/routes'
|
|
|
|
export default [index('routes/home.tsx')] satisfies RouteConfig
|