captains-log/frontend/app/routes.ts
Drew Galbraith 7d2b7fc90c Create directory structure for frontend with requisite justfile changes. (#6)
Reviewed-on: #6
Co-authored-by: Drew Galbraith <drew@tiramisu.one>
Co-committed-by: Drew Galbraith <drew@tiramisu.one>
2025-09-22 08:58:25 +00:00

3 lines
132 B
TypeScript

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