Skip to content

Commit 78144fb

Browse files
committed
remove updated import per chtefi PR
1 parent d6a305a commit 78144fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lessons/06-params.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ Now open up `index.js` and add the new route.
4545
// ...
4646
// import Repo
4747
import Repo from './modules/Repo'
48-
// update imports
49-
import { Router, Route, hashHistory, IndexRoute, Home } from 'react-router'
5048

5149
render((
5250
<Router history={hashHistory}>

0 commit comments

Comments
 (0)