Skip to content

Commit

Permalink
Merge pull request #5999 from area73/patch-3
Browse files Browse the repository at this point in the history
Update index.md
  • Loading branch information
shilman authored Mar 10, 2019
2 parents c767e2a + a457687 commit e16d178
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 @@ -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: {
Expand Down

0 comments on commit e16d178

Please sign in to comment.