mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 11:59: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,
|
|
});
|