profile ppages implemented
This commit is contained in:
@@ -13,7 +13,9 @@ import { DefaultLayout } from '../';
|
||||
//Main routes
|
||||
import {
|
||||
HomePage,
|
||||
InternSearch
|
||||
InternSearch,
|
||||
CompanyProfile,
|
||||
UserProfile,
|
||||
} from '../';
|
||||
|
||||
//Sub routes
|
||||
@@ -37,6 +39,8 @@ class GlobalRouter extends React.Component {
|
||||
<Switch>
|
||||
<Route exact path="/" component={HomePage} />
|
||||
<Route path="/zoeken" component={InternSearch} />
|
||||
<Route path="/bedrijfsprofiel" component={CompanyProfile} />
|
||||
<Route path="/gebruikersprofiel" component={UserProfile} />
|
||||
</Switch>
|
||||
</DefaultLayout>
|
||||
</Router>
|
||||
|
||||
Reference in New Issue
Block a user