Skip to content

Commit

Permalink
Merge pull request storybookjs#5870 from tzkuei/patch-4
Browse files Browse the repository at this point in the history
Corrected import path for `themes`
  • Loading branch information
ndelangen authored Mar 5, 2019
2 parents 3176058 + 6282c8a commit c79dae4
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 @@ -33,7 +33,7 @@ You can get these themes like so:

```js
import { addParameters, configure } from '@storybook/react';
import { themes } from '@storybook/components';
import { themes } from '@storybook/theming';

// Option defaults.
addParameters({
Expand Down

0 comments on commit c79dae4

Please sign in to comment.