v3/.storybook/manager.js

6 lines
135 B
JavaScript

import { addons } from "@storybook/addons";
import { roleypolyTheme } from "./theme";
addons.setConfig({
theme: roleypolyTheme,
});