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