Update all non-major dependencies
[ProtonMail-WebClient.git] / applications / storybook / .storybook / manager.js
blobc76d1e51c16322bac7074c8f05ad142b39c79886
1 import { addons } from '@storybook/addons';
2 import { themes } from '@storybook/theming';
4 import theme from './theme';
6 addons.setConfig({
7     theme: theme,
8     showToolbar: true,
9 });