Files
alfresco-ng2-components/lib/core/.storybook/manager.js
Wojciech Duda f4e2202a13 AAE-23287 migrate to storybook 8 (#9867)
* Fixed core unit test and excluded instable ones

* AAE-23287 migrate to storybook 8

---------

Co-authored-by: Vito Albano <vito.albano@hyland.com>
2024-07-05 11:51:00 +01:00

7 lines
161 B
JavaScript

import { addons } from '@storybook/manager-api';
import alfrescoTheme from '../../../.storybook/alfrescoTheme';
addons.setConfig({
theme: alfrescoTheme
});