8 lines
136 B
JavaScript
8 lines
136 B
JavaScript
export function meta({}) {
|
|
return [{ title: 'Visão geral' }]
|
|
}
|
|
|
|
export default function Component() {
|
|
return <>overview index</>
|
|
}
|