Skip to content

Commit 25b4bdf

Browse files
committed
Docs: Add Link import to first example
1 parent d11e141 commit 25b4bdf

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)