From 735bdbe4ba267443a6f60c92273e0bd7a5d197aa Mon Sep 17 00:00:00 2001 From: ziolau Date: Sun, 15 May 2016 21:46:22 +0800 Subject: [PATCH] Remove Link's import in App.js Link does not used in App.js --- lessons/09-index-links/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/09-index-links/README.md b/lessons/09-index-links/README.md index 3df1c84b..c2f79efc 100644 --- a/lessons/09-index-links/README.md +++ b/lessons/09-index-links/README.md @@ -27,7 +27,7 @@ First lets use the `IndexLink` ```js // App.js -import { IndexLink, Link } from 'react-router' +import { IndexLink } from 'react-router' // ...
  • Home