manager.js 129 B

1234567
  1. import { addons } from '@storybook/addons'
  2. import joystreamTheme from './theme'
  3. addons.setConfig({
  4. theme: joystreamTheme,
  5. })