Skip to content

Commit

Permalink
Fixed typo in the lab
Browse files Browse the repository at this point in the history
  • Loading branch information
achasveachas committed Mar 28, 2017
1 parent cf7c955 commit 156b4d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { render } from 'react-dom';
import { Router, browserHistory } from 'react-router';

// routes
import routes from './routes';
import routes from './Routes';

/**
TODO: move all Route tags to ./route.js
TODO: move all Route tags to ./Routes.js
*/
render (
<Router history={browserHistory}>
Expand Down

0 comments on commit 156b4d7

Please sign in to comment.