import { useEffect } from "react"; import { Link, useLocation } from "react-router-dom"; export default function NotFound() { const location = useLocation(); useEffect(() => { console.error( "404 Error: User attempted to access non-existent fechamento route:", location.pathname, ); }, [location.pathname]); return (
Rota não encontrada neste módulo.
Voltar para Fechamentos