add title

This commit is contained in:
2025-02-21 11:47:16 -03:00
parent 5abf75f12f
commit f0b840b8e8
8 changed files with 35 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
export function meta({}) {
return [{ title: "Pagamentos" }];
}
export default function Component() {
return <>overview single</>;
}