Skip to content
Snippets Groups Projects
Commit 3aff2a1f authored by Lucas Eduardo Schoenfelder's avatar Lucas Eduardo Schoenfelder
Browse files

added route to upload page

parent 227b8a0d
No related branches found
No related tags found
3 merge requests!57Merge of develop into master,!56Fixed buttons reportar, seguir, compartilhar, guardar and entrar (in comments...,!24Tela recurso
...@@ -43,6 +43,7 @@ import TabPlataformaMEC from './Pages/TabsHelp/TabPlataformaMEC'; ...@@ -43,6 +43,7 @@ import TabPlataformaMEC from './Pages/TabsHelp/TabPlataformaMEC';
import ItemStore from './Pages/ItemStore.js' import ItemStore from './Pages/ItemStore.js'
import EditProfilePage from './Pages/EditProfilePage.js' import EditProfilePage from './Pages/EditProfilePage.js'
import PublicUserPage from './Pages/PublicUserPage.js' import PublicUserPage from './Pages/PublicUserPage.js'
import UploadPage from './Pages/UploadPage.js'
export default function App(){ export default function App(){
// eslint-disable-next-line // eslint-disable-next-line
...@@ -101,6 +102,7 @@ export default function App(){ ...@@ -101,6 +102,7 @@ export default function App(){
<Route path="/recuperar-senha" component={PasswordRecoveryPage}/> <Route path="/recuperar-senha" component={PasswordRecoveryPage}/>
<Route path="/usuario-publico/:userId" component={PublicUserPage}/> <Route path="/usuario-publico/:userId" component={PublicUserPage}/>
<Route path='/professor' component={PageProfessor}/> <Route path='/professor' component={PageProfessor}/>
<Route path="/upload" component={UploadPage}/>
<Route path='/loja' component={ItemStore} /> <Route path='/loja' component={ItemStore} />
</Switch> </Switch>
<EcFooter/> <EcFooter/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment