mirror of
https://github.com/Steffo99/bluelib.git
synced 2025-01-10 12:19:48 +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,
|
|
});
|