Co-authored-by: Echo <ChaosExAnima@users.noreply.github.com> Co-authored-by: Renaud Chaput <renchap@gmail.com>
7 lines
121 B
TypeScript
7 lines
121 B
TypeScript
import { addons } from 'storybook/manager-api';
|
|
|
|
import theme from './storybook-theme';
|
|
|
|
addons.setConfig({
|
|
theme,
|
|
});
|