manager.js 124 B

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