searchpage implementation
This commit is contained in:
@@ -11,7 +11,10 @@ import {
|
||||
import { DefaultLayout } from '../';
|
||||
|
||||
//Main routes
|
||||
import {HomePage} from '../';
|
||||
import {
|
||||
HomePage,
|
||||
InternSearch
|
||||
} from '../';
|
||||
|
||||
//Sub routes
|
||||
|
||||
@@ -33,6 +36,7 @@ class GlobalRouter extends React.Component {
|
||||
<DefaultLayout>
|
||||
<Switch>
|
||||
<Route exact path="/" component={HomePage} />
|
||||
<Route path="/zoeken" component={InternSearch} />
|
||||
</Switch>
|
||||
</DefaultLayout>
|
||||
</Router>
|
||||
|
||||
Reference in New Issue
Block a user