diff --git a/docs/app/components/layout/install/install.md b/docs/app/components/layout/install/install.md index 54d02665..0511c38f 100644 --- a/docs/app/components/layout/install/install.md +++ b/docs/app/components/layout/install/install.md @@ -134,7 +134,7 @@ Remember that you can import components without styles and provide those styles Then, when you use a button you can inject the appropriated theme: ```js -import { Button } from 'react-toolbox/lib/button/Button'; +import Button from 'react-toolbox/lib/button/Button'; import buttonTheme from './theme/button.scss'; const ThemedButton = (props) => (