Files

7 lines
118 B
TypeScript
Raw Permalink Normal View History

2026-05-23 14:05:22 +08:00
import { addons } from '@storybook/manager-api';
import Theme from './theme';
addons.setConfig({
theme: Theme,
});