wip
This commit is contained in:
@@ -4,5 +4,5 @@ export default function Component() {
|
||||
<title>Pagamentos</title>
|
||||
<p>orders single</p>
|
||||
</>
|
||||
);
|
||||
)
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
export function meta({}) {
|
||||
return [{ title: "Pagamentos" }];
|
||||
return [{ title: 'Pagamentos' }]
|
||||
}
|
||||
|
||||
export default function Component() {
|
||||
return <>overview single</>;
|
||||
return <>overview single</>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user