From 5c63907c3dcbf8b3f333ed0584e89911ab253b69 Mon Sep 17 00:00:00 2001 From: Bas Date: Fri, 12 Feb 2016 10:55:56 +0100 Subject: [PATCH] Update 09-index-links.md import IndexLink before using it --- lessons/09-index-links.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lessons/09-index-links.md b/lessons/09-index-links.md index aa98fd5b..fc9a089f 100644 --- a/lessons/09-index-links.md +++ b/lessons/09-index-links.md @@ -26,6 +26,10 @@ index route is rendered. First lets use the `IndexLink` ```js +// App.js +import { IndexLink, Link } from 'react-router' + +// ...
  • Home
  • ```