diff --git a/src/exports.ts b/src/exports.ts index 72a2e95c2..5edb57062 100644 --- a/src/exports.ts +++ b/src/exports.ts @@ -27,7 +27,7 @@ import { useSelector, createSelectorHook } from './hooks/useSelector' import { useStore, createStoreHook } from './hooks/useStore' import shallowEqual from './utils/shallowEqual' -import type { Subscription } from '../src/utils/Subscription' +import type { Subscription } from './utils/Subscription' export * from './types' export type {