mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
6 lines
135 B
JavaScript
6 lines
135 B
JavaScript
import { addons } from '@storybook/addons';
|
|
import { roleypolyTheme } from './theme';
|
|
|
|
addons.setConfig({
|
|
theme: roleypolyTheme,
|
|
});
|