react native

This commit is contained in:
frits000000
2020-11-25 09:02:59 +01:00
parent b51f82cd3a
commit 9e11f32b65
6 changed files with 79 additions and 4 deletions
@@ -16,6 +16,7 @@ import {
InternSearch,
CompanyProfile,
UserProfile,
ContactPage,
} from '../';
//Sub routes
@@ -41,6 +42,7 @@ class GlobalRouter extends React.Component {
<Route path="/zoeken" component={InternSearch} />
<Route path="/bedrijfsprofiel" component={CompanyProfile} />
<Route path="/gebruikersprofiel" component={UserProfile} />
<Route path="/contact" component={ContactPage} />
</Switch>
</DefaultLayout>
</Router>