diff --git a/lib/client-api/src/story_store.ts b/lib/client-api/src/story_store.ts index 87b7ef45eb6..22afe7d2d26 100644 --- a/lib/client-api/src/story_store.ts +++ b/lib/client-api/src/story_store.ts @@ -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';