diff --git a/src/App.css b/src/App.css index 17ada9b..47176d1 100644 --- a/src/App.css +++ b/src/App.css @@ -7,7 +7,7 @@ body { font-family: Arial, sans-serif; margin: 0; padding: 0; - background-color: #f0f2f5; + background-color: #faefef7a; } .App { diff --git a/src/App.js b/src/App.js index 6aa9168..147d90f 100644 --- a/src/App.js +++ b/src/App.js @@ -13,6 +13,7 @@ import MDUser from './components/MDUser'; import CardEditProfesorPage from './pages/CardEditProfesorPage'; import FormEditProfesorPage from './pages/FormEditProfesorPage'; import PerfilProfesor from "./components/PerfilProfesor"; +import InterAdmin from './components/InterAdmin'; const App = () => { return ( @@ -21,13 +22,15 @@ const App = () => {
}> - }> + } /> }> - }> - }> - } /> + } /> + }> + }> + + }> + } /> } /> - } />