File size: 117 Bytes
1e92f2d |
1 2 3 4 5 6 7 |
import { addons } from "storybook/manager-api"
import theme from "./storybook-theme"
addons.setConfig({
theme,
})
|
1e92f2d |
1 2 3 4 5 6 7 |
import { addons } from "storybook/manager-api"
import theme from "./storybook-theme"
addons.setConfig({
theme,
})
|