Skip to content

Commit 718ffec

Browse files
ZhihaoLautimdorr
authored andcommitted
Remove Link's import in App.js (reactjs#173)
Link does not used in App.js
1 parent 4e5773e commit 718ffec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/09-index-links/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ First lets use the `IndexLink`
2727

2828
```js
2929
// App.js
30-
import { IndexLink, Link } from 'react-router'
30+
import { IndexLink } from 'react-router'
3131

3232
// ...
3333
<li><IndexLink to="/" activeClassName="active">Home</IndexLink></li>

0 commit comments

Comments
 (0)