wip monorepo

This commit is contained in:
2025-11-04 23:16:21 -03:00
parent 83d48259d6
commit b85aead0d4
56 changed files with 6308 additions and 476 deletions

View File

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