7 lines
118 B
TypeScript
7 lines
118 B
TypeScript
|
|
import { addons } from '@storybook/manager-api';
|
||
|
|
import Theme from './theme';
|
||
|
|
|
||
|
|
addons.setConfig({
|
||
|
|
theme: Theme,
|
||
|
|
});
|