weekstaten page implementatie
This commit is contained in:
@@ -17,6 +17,7 @@ import {
|
||||
CompanyProfile,
|
||||
UserProfile,
|
||||
ContactPage,
|
||||
WeekStaten
|
||||
} from '../';
|
||||
|
||||
//Sub routes
|
||||
@@ -43,6 +44,7 @@ class GlobalRouter extends React.Component {
|
||||
<Route path="/bedrijfsprofiel" component={CompanyProfile} />
|
||||
<Route path="/gebruikersprofiel" component={UserProfile} />
|
||||
<Route path="/contact" component={ContactPage} />
|
||||
<Route path="/Weekstaten" component={WeekStaten} />
|
||||
</Switch>
|
||||
</DefaultLayout>
|
||||
</Router>
|
||||
|
||||
Reference in New Issue
Block a user