Skip to content

Commit

Permalink
removes vendor route in browser router again
Browse files Browse the repository at this point in the history
  • Loading branch information
rep0x committed Apr 3, 2019
1 parent 130a33e commit f16bdc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ 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 f16bdc6

Please sign in to comment.