diff --git a/src/App.js b/src/App.js index e54fdf77eb121b6c258d6eee744a9bb2cd88e608..8ee65296477db2e0daef797cba6d76477a8bbcc8 100644 --- a/src/App.js +++ b/src/App.js @@ -50,6 +50,7 @@ import Accessibility from './Pages/Accessibility' import CollectionPage from './Pages/CollectionPage.js' import FormationMaterialPage from './Pages/FormationMaterialPage.js'; import FormationMaterialIframe from './Pages/FormationMaterialIframe.js'; +import MaterialPage from './Pages/MaterialPage'; //admin import clsx from 'clsx'; @@ -237,6 +238,7 @@ export default function App() { <Route path='/colecao' component={FormationMaterialPage} /> <Route path='/topico' component={FormationMaterialPage} /> <Route path='/iframe-colecao' component={FormationMaterialIframe} /> + <Route path='/material-formacao' component={MaterialPage} /> <div style={{ paddingTop: '2em', paddingLeft: '2em', paddingRight: '2em', paddingBottom: '2em', backgroundColor: ' #D3D3D3' }}> <Route path='/admin/home' exact={true} component={Welcome} /> <Route path='/admin/intitutions' component={Institution} />