Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit 82e9680

Browse files
committed
Add #26 manually.
1 parent 8ada628 commit 82e9680

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lessons/03-navigating-with-link/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Lets create some navigation in our `App` component.
88

99
```js
1010
// modules/App.js
11+
import React from 'react'
1112
import { Link } from 'react-router'
1213

1314
export default React.createClass({

0 commit comments

Comments
 (0)