diff --git a/docs/react-style-guide.md b/docs/react-style-guide.md index ad2f023b7..2a90eaee0 100644 --- 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.
This will allow to easily reference such components from other places in your code.
- 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