We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5773e commit 718ffecCopy full SHA for 718ffec
lessons/09-index-links/README.md
@@ -27,7 +27,7 @@ First lets use the `IndexLink`
27
28
```js
29
// App.js
30
-import { IndexLink, Link } from 'react-router'
+import { IndexLink } from 'react-router'
31
32
// ...
33
<li><IndexLink to="/" activeClassName="active">Home</IndexLink></li>
0 commit comments