5 lines
107 B
TypeScript
5 lines
107 B
TypeScript
import { addons } from 'storybook/manager-api';
|
|
import theme from './theme';
|
|
|
|
addons.setConfig({ theme });
|