This commit is contained in:
Tom Coleman 2020-06-29 19:49:33 +10:00 committed by GitHub
parent 78ac84fa89
commit 65a348325d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ import memoize from 'memoizerific';
import dedent from 'ts-dedent';
import stable from 'stable';
import mapValues from 'lodash/mapValues';
import store, { StoreAPI } from 'store2';
import store from 'store2';
import { Channel } from '@storybook/channels';
import Events from '@storybook/core-events';