Explorar o código

Add import statement from various PRs

Tim Dorr %!s(int64=9) %!d(string=hai) anos
pai
achega
5a4ef9901b
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      lessons/09-index-links/README.md

+ 4 - 0
lessons/09-index-links/README.md

@@ -26,6 +26,10 @@ index route is rendered.
 First lets use the `IndexLink`
 
 ```js
+// App.js
+import { IndexLink, Link } from 'react-router'
+
+// ...
 <li><IndexLink to="/" activeClassName="active">Home</IndexLink></li>
 ```