unlink user

This commit is contained in:
2025-11-12 15:50:05 -03:00
parent 850f620f78
commit 707b1f5012
9 changed files with 155 additions and 22 deletions

View File

@@ -3,5 +3,17 @@ export function meta({}) {
}
export default function Route() {
return <>index org</>
return (
<>
<div className="space-y-0.5 mb-8">
<h1 className="text-2xl font-bold tracking-tight">
Gerenciar certificações
</h1>
<p className="text-muted-foreground">
Centralize o controle das certificações dos colaboradores e acompanhe
prazos e renovações com facilidade.
</p>
</div>
</>
)
}