Skip to content

Commit

Permalink
fix for reload issue vendor home
Browse files Browse the repository at this point in the history
  • Loading branch information
rep0x committed Apr 3, 2019
1 parent 24b6d8d commit 130a33e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class App extends Component {
component={HomeContainer}
/>
<Route path='/app' component={AppContainer} />
<Route path='/app/vendor' component={VendorHome} exact />
<Route path='/imprint' component={ImprintContainer} />
</Switch>
</BrowserRouter>
Expand Down

0 comments on commit 130a33e

Please sign in to comment.