diff --git a/lessons/09-index-links.md b/lessons/09-index-links.md index aa98fd5b..f5fe4cff 100644 --- a/lessons/09-index-links.md +++ b/lessons/09-index-links.md @@ -26,6 +26,12 @@ index route is rendered. First lets use the `IndexLink` ```js +// in App.js +// new imports +// add `IndexLink` to 'react-router' imports +import { IndexLink } from 'react-router' + +// replace