mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-04-28 03:39:54 +00:00
6 lines
No EOL
138 B
TypeScript
6 lines
No EOL
138 B
TypeScript
import { addons } from 'storybook/manager-api';
|
|
import { themes } from 'storybook/theming';
|
|
|
|
addons.setConfig({
|
|
theme: themes.dark,
|
|
}); |