From c3c57c89d9d46c28b8a956bca9b2c094519cd3cc Mon Sep 17 00:00:00 2001 From: Vincent Bel Date: Wed, 24 Feb 2016 11:10:59 +0800 Subject: [PATCH] Remove the use of `IndexRoute` in advance In the lesson of `URL Params`, the `IndexRoute` is not introduced. Remove it. --- lessons/06-params.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lessons/06-params.md b/lessons/06-params.md index 1554f465..4045fa55 100644 --- a/lessons/06-params.md +++ b/lessons/06-params.md @@ -47,9 +47,8 @@ Now open up `index.js` and add the new route. import Repo from './modules/Repo' render(( - + - {/* add the new route */}