diff --git a/src/App.js b/src/App.js index 97eefac89814b2a5456b3ebbd67bda2df2f53acb..d3a8540f9931597b25e20b6f098e3035688df06f 100644 --- a/src/App.js +++ b/src/App.js @@ -203,13 +203,13 @@ export default function App() { <Route path="/topico" component={FormationMaterialPage} /> <Route path="/iframe-colecao" component={FormationMaterialIframe} /> <Route path="/material-formacao" component={MaterialPage} /> - <Route path="*"> + {/* <Route path="*"> <Home /> - </Route> + </Route> */} <div style={{ backgroundColor: " #D3D3D3" }}> <AppBarAdmin /> <div style={{ padding: "2em" }}> - <Route path="/admin/home" exact={true} render={() => { + <Route path="/admin/inicial" exact={true} render={() => { if (CheckUserPermission()) return <Inframe /> else