mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:11:20 +08:00
Fix imported package for "dark" theme
This commit is contained in:
parent
fa27fc409b
commit
ca7307c867
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user