diff --git a/web/src/App.tsx b/web/src/App.tsx index c933879..4a79ff7 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -16,7 +16,7 @@ import { ManzanasPage } from './pages/admin/proyectos/ManzanasPage'; import { DashboardPage } from './pages/admin/dashboard'; import { ConceptosPage, PresupuestosPage, EstimacionesPage } from './pages/admin/presupuestos'; import { OpportunitiesPage, TendersPage, ProposalsPage, VendorsPage } from './pages/admin/bidding'; -import { IncidentesPage, CapacitacionesPage } from './pages/admin/hse'; +import { IncidentesPage, CapacitacionesPage, InspeccionDetailPage } from './pages/admin/hse'; function App() { return ( @@ -66,6 +66,7 @@ function App() { } /> } /> } /> + } />