import { addons } from '@storybook/manager-api';
import Theme from './theme';

addons.setConfig({
  theme: Theme,
});
