diff --git a/lessons/09-index-links.md b/lessons/09-index-links.md index aa98fd5b..adef90f4 100644 --- a/lessons/09-index-links.md +++ b/lessons/09-index-links.md @@ -7,6 +7,8 @@ Lets add a link to `/` and see what happens: ```js // in App.js +// modify the react-router import +import { Link, IndexLink } from 'react-router' // ...
  • Home
  • // ...