add route

This commit is contained in:
2025-11-19 22:12:18 -03:00
parent f99350f507
commit 5b1ba9e9c7
25 changed files with 162 additions and 334 deletions

View File

@@ -1,10 +1,7 @@
export function meta({}) {
return [
{ title: 'Visão geral' }
// { name: 'description', content: 'Welcome to React Router!' }
]
return [{ title: 'Visão geral' }]
}
export default function Page() {
export default function Route() {
return <>index org</>
}