Files
Morten Olsen 7db07922aa init
2024-06-27 11:54:49 +02:00

6 lines
114 B
JavaScript

import { addons } from '@storybook/manager-api';
import { theme } from './theme';
addons.setConfig({
theme,
});