ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

commit ef8b03d1498cd1fee8f8c87a6a6619dc3bdec167
parent 0f2d46b1475aa233da6b71c439fa46dac15f7204
Author: Mono Lin <georgelin422@gmail.com>
Date:   Wed, 29 Jun 2016 15:37:22 +0800

Update react-style-guide.md (#718)

replace ../Nav with ../Navigation
Diffstat:
Mdocs/react-style-guide.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/react-style-guide.md b/docs/react-style-guide.md @@ -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