Skip to content

Commit

Permalink
Update react-style-guide.md (#718)
Browse files Browse the repository at this point in the history
replace ../Nav with ../Navigation
  • Loading branch information
giolin authored and koistya committed Jun 29, 2016
1 parent 0f2d46b commit ef8b03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/react-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Add `package.json` file into each component's folder.<br>
This will allow to easily reference such components from other places in
your code.<br>
Use `import Nav from '../Nav'` instead of `import Nav from '../Nav/Nav.js'`
Use `import Nav from '../Navigation'` instead of `import Nav from '../Navigation/Navigation.js'`

```
/components/Navigation/icon.svg
Expand Down

0 comments on commit ef8b03d

Please sign in to comment.