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