/**
* App Component
* Root component con routing básico
*
* @author Frontend-Agent
* @date 2025-11-20
*/
import { BrowserRouter, Routes, Route, Navigate } from 'react-router-dom';
/**
* Componente principal de la aplicación
* TODO: Agregar rutas de los diferentes portales (admin, supervisor, obra)
*/
function App() {
return (
MVP - INFONAVIT
Versión: 1.0.0 | Entorno: {import.meta.env.MODE}