novas atualizacoes do sistema de fechamento

This commit is contained in:
Vitex Tecnologia
2026-04-27 16:50:27 -03:00
parent 6da067c641
commit 4c28862c5c
27 changed files with 3388 additions and 300 deletions
@@ -6,7 +6,7 @@ export default function NotFound() {
useEffect(() => {
console.error(
"404 Error: User attempted to access non-existent fechamento-hgtx route:",
"404 Error: User attempted to access non-existent fechamento route:",
location.pathname,
);
}, [location.pathname]);
@@ -16,7 +16,7 @@ export default function NotFound() {
<div className="text-center">
<h1 className="mb-3 text-4xl font-bold">404</h1>
<p className="mb-4 text-muted-foreground">Rota não encontrada neste módulo.</p>
<Link to="/fechamento-hgtx" className="text-primary underline hover:text-primary/90">
<Link to="/fechamento" className="text-primary underline hover:text-primary/90">
Voltar para Fechamentos
</Link>
</div>