From c919b89cdc43469cca4a512e248577ee70d87578 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Thu, 7 Mar 2019 18:41:41 +0800 Subject: [PATCH] Merge pull request #5944 from Superpencil/patch-3 Theme docs fix --- 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 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: {