From a457687f1aa560aeb59baebd4400a33ae725dcc7 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Sun, 10 Mar 2019 14:14:00 +0100 Subject: [PATCH] Update index.md Remove {} for export default example --- docs/src/pages/configurations/theming/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {