mirror of
https://github.com/mastodon/mastodon.git
synced 2026-03-21 18:05:23 -05:00
Co-authored-by: Echo <ChaosExAnima@users.noreply.github.com> Co-authored-by: Renaud Chaput <renchap@gmail.com>
8 lines
121 B
TypeScript
8 lines
121 B
TypeScript
import { addons } from 'storybook/manager-api';
|
|
|
|
import theme from './storybook-theme';
|
|
|
|
addons.setConfig({
|
|
theme,
|
|
});
|