We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f6cab commit a891b31Copy full SHA for a891b31
lessons/02-rendering-a-route/README.md
@@ -10,7 +10,7 @@ That's not going to display anything until we configure a route.
10
11
Open up `index.js` and
12
13
-1. import `Router` and `Route`
+1. import `Router`, `Route`, and `hashHistory`
14
2. render a `Router` instead of `App`
15
16
```js
0 commit comments