diff --git a/docs/src/pages/configurations/theming/index.md b/docs/src/pages/configurations/theming/index.md index 9f3ca42e8aae..6dad5615fbf8 100644 --- a/docs/src/pages/configurations/theming/index.md +++ b/docs/src/pages/configurations/theming/index.md @@ -96,7 +96,7 @@ export default create({ Finally, import your theme into `.storybook/config` and add it to your Storybook parameters. ``` -import {yourTheme} from './yourTheme'; +import yourTheme from './yourTheme'; addParameters({ options: {