From 104e2128a25baeefcc926e573551d54092a5b1da Mon Sep 17 00:00:00 2001 From: Christopher S Plantijn Date: Sun, 21 Feb 2016 16:41:09 -0500 Subject: [PATCH] Modify import for IndexLink on import --- lessons/09-index-links.md | 2 ++ 1 file changed, 2 insertions(+) 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
  • // ...