mavend/octoboard

View on GitHub
.storybook/manager.js

Summary

Maintainability
A
0 mins
Test Coverage
import { addons } from "@storybook/addons";
import { themes } from "@storybook/theming";

addons.setConfig({
  theme: themes.dark,
});