diff --git a/frontend/src/Componentes/Estructura.jsx b/frontend/src/Componentes/Estructura.jsx index bc03907..d91e849 100644 --- a/frontend/src/Componentes/Estructura.jsx +++ b/frontend/src/Componentes/Estructura.jsx @@ -13,7 +13,7 @@ import Proximamente from "./Pagina/Estadisticas/Proximamente"; { /* Error404 */ } -import Error404 from "./Pagina/Error404"; +import Error404 from "./Pagina/Error404/Error404"; const Estructura = () => { return ( diff --git a/frontend/src/Componentes/Pagina/Error404.jsx b/frontend/src/Componentes/Pagina/Error404/Error404.jsx similarity index 100% rename from frontend/src/Componentes/Pagina/Error404.jsx rename to frontend/src/Componentes/Pagina/Error404/Error404.jsx