We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Subscription
1 parent 26ddc6a commit 7b6270dCopy full SHA for 7b6270d
src/exports.ts
@@ -27,7 +27,7 @@ import { useSelector, createSelectorHook } from './hooks/useSelector'
27
import { useStore, createStoreHook } from './hooks/useStore'
28
29
import shallowEqual from './utils/shallowEqual'
30
-import type { Subscription } from '../src/utils/Subscription'
+import type { Subscription } from './utils/Subscription'
31
32
export * from './types'
33
export type {
0 commit comments