v3/.storybook/manager.js
2020-10-10 04:36:22 -04:00

6 lines
137 B
JavaScript

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