diff --git a/lessons/06-params.md b/lessons/06-params.md index 1554f465..5a33e5b2 100644 --- a/lessons/06-params.md +++ b/lessons/06-params.md @@ -42,6 +42,7 @@ export default React.createClass({ Now open up `index.js` and add the new route. ```js +// index.js // ... // import Repo import Repo from './modules/Repo' @@ -49,7 +50,6 @@ import Repo from './modules/Repo' render(( - {/* add the new route */}