5 lines
111 B
TypeScript
5 lines
111 B
TypeScript
|
import { addons } from '@storybook/addons'
|
||
|
import { light } from './theme'
|
||
|
|
||
|
addons.setConfig({ theme: light })
|