react native
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user