Skip to content

Commit

Permalink
Merge pull request #5944 from Superpencil/patch-3
Browse files Browse the repository at this point in the history
Theme docs fix
  • Loading branch information
shilman committed Mar 7, 2019
1 parent 8bb4107 commit c919b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/configurations/theming/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit c919b89

Please sign in to comment.