accords-library.com/.storybook/manager.js

7 lines
141 B
JavaScript
Raw Permalink Normal View History

2022-05-21 10:08:09 +00:00
import { addons } from "@storybook/addons";
import { themes } from "@storybook/theming";
addons.setConfig({
theme: themes.dark,
});