1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 11:34:21 +00:00
bluelib/.storybook/manager.js

8 lines
172 B
JavaScript
Raw Permalink Normal View History

2021-08-24 11:05:48 +00:00
import { addons } from '@storybook/addons';
import BluelibTheme from "./BluelibTheme"
// noinspection JSUnresolvedFunction
addons.setConfig({
theme: BluelibTheme,
});