Skip to content

Commit

Permalink
Merge pull request #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

1 comment on commit c79dae4

@vercel
Copy link

@vercel vercel bot commented on c79dae4 Mar 5, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Builds rate limit exceeded (0 of 100 remaining). Try again in 23h

Please sign in to comment.