Skip to content

Commit 5a4ef99

Browse files
committed
Add import statement from various PRs
1 parent e6a30ee commit 5a4ef99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lessons/09-index-links/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ index route is rendered.
2626
First lets use the `IndexLink`
2727

2828
```js
29+
// App.js
30+
import { IndexLink, Link } from 'react-router'
31+
32+
// ...
2933
<li><IndexLink to="/" activeClassName="active">Home</IndexLink></li>
3034
```
3135

0 commit comments

Comments
 (0)