mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
Merge pull request #13680 from semihraifgurel/next
documentation fixed typo
This commit is contained in:
commit
5eda3dcf38
@ -2,9 +2,9 @@
|
||||
// .storybook/manager.js
|
||||
|
||||
import { addons } from '@storybook/addons';
|
||||
import yourTheme from './yourTheme';
|
||||
import yourTheme from './YourTheme';
|
||||
|
||||
addons.setConfig({
|
||||
theme: yourTheme,
|
||||
});
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user