mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-13 15:58:13 +00: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,
|
|
});
|