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
Branches
Tags
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';
import ItemStore from './Pages/ItemStore.js'
import EditProfilePage from './Pages/EditProfilePage.js'
import PublicUserPage from './Pages/PublicUserPage.js'
import UploadPage from './Pages/UploadPage.js'
export default function App(){
// eslint-disable-next-line
......@@ -101,6 +102,7 @@ export default function App(){
<Route path="/recuperar-senha" component={PasswordRecoveryPage}/>
<Route path="/usuario-publico/:userId" component={PublicUserPage}/>
<Route path='/professor' component={PageProfessor}/>
<Route path="/upload" component={UploadPage}/>
<Route path='/loja' component={ItemStore} />
</Switch>
<EcFooter/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment