mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* Fixed core unit test and excluded instable ones * AAE-23287 migrate to storybook 8 --------- Co-authored-by: Vito Albano <vito.albano@hyland.com>
7 lines
161 B
JavaScript
7 lines
161 B
JavaScript
import { addons } from '@storybook/manager-api';
|
|
import alfrescoTheme from '../../../.storybook/alfrescoTheme';
|
|
|
|
addons.setConfig({
|
|
theme: alfrescoTheme
|
|
});
|