diff --git a/src/App.css b/src/App.css index bc7f4ad..2b2d95a 100644 --- a/src/App.css +++ b/src/App.css @@ -164,4 +164,4 @@ p.text-center.mt-3 { object-fit: cover; border-radius: 1em; margin: 5px; -} \ No newline at end of file +} diff --git a/src/App.js b/src/App.js index bfcfc77..30e38de 100644 --- a/src/App.js +++ b/src/App.js @@ -10,7 +10,8 @@ import 'bootstrap/dist/css/bootstrap.min.css'; import 'bootstrap/dist/js/bootstrap.bundle.min'; import CrearUsuario from './components/CrearUsuario'; import MDUser from './components/MDUser'; - +import CardEditProfesorPage from './pages/CardEditProfesorPage'; +import FormEditProfesorPage from './pages/FormEditProfesorPage'; const App = () => { return ( @@ -23,6 +24,8 @@ const App = () => { }> }> }> + } /> + } />