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 d11e141 commit 25b4bdfCopy full SHA for 25b4bdf
doc/00 Guides/0 Overview.md
@@ -109,7 +109,7 @@ Let's refactor our app to use React Router.
109
110
```js
111
// first we import some components
112
-import { Router, Route } from 'react-router';
+import { Router, Route, Link } from 'react-router';
113
// the histories are imported separately for smaller builds
114
import HashHistory from 'react-router/lib/HashHistory';
115
0 commit comments