mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-23 22:46:35 +01:00
7 lines
137 B
JavaScript
7 lines
137 B
JavaScript
|
import { addons } from '@storybook/addons';
|
||
|
import { themes } from '@storybook/theming';
|
||
|
|
||
|
addons.setConfig({
|
||
|
theme: themes.dark,
|
||
|
});
|