Files
Morten Olsen 2b0ad8592b monorepo
2022-05-19 23:03:48 +02:00

8 lines
111 B
JavaScript

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