mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 11:34:21 +00:00
7 lines
172 B
JavaScript
7 lines
172 B
JavaScript
import { addons } from '@storybook/addons';
|
|
import BluelibTheme from "./BluelibTheme"
|
|
|
|
// noinspection JSUnresolvedFunction
|
|
addons.setConfig({
|
|
theme: BluelibTheme,
|
|
});
|