Skip to content

Commit ee9132f

Browse files
committed
Merge pull request #1349 from gmaclennan/patch-2
Docs: Add Link import to first example
2 parents b44b28b + 25b4bdf commit ee9132f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/00 Guides/0 Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Let's refactor our app to use React Router.
109109

110110
```js
111111
// first we import some components
112-
import { Router, Route } from 'react-router';
112+
import { Router, Route, Link } from 'react-router';
113113
// the histories are imported separately for smaller builds
114114
import HashHistory from 'react-router/lib/HashHistory';
115115

0 commit comments

Comments
 (0)