change to use @storybook/global in modern entry

This commit is contained in:
Norbert de Langen 2022-12-20 13:17:15 +01:00
parent fc357d7df6
commit bb2e680cd7
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -1,4 +1,4 @@
import global from 'global';
import { global } from '@storybook/global';
import { ClientApi, PreviewWeb, addons, composeConfigs } from '@storybook/preview-api';
import { createChannel as createPostMessageChannel } from '@storybook/channel-postmessage';