Skip to content

Commit 6dc7677

Browse files
authored
fix(ts): incorrect import of Subscription causes TS error
Closes #1909
1 parent 26ddc6a commit 6dc7677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exports.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { useSelector, createSelectorHook } from './hooks/useSelector'
2727
import { useStore, createStoreHook } from './hooks/useStore'
2828

2929
import shallowEqual from './utils/shallowEqual'
30-
import type { Subscription } from '../src/utils/Subscription'
30+
import type { Subscription } from './utils/Subscription'
3131

3232
export * from './types'
3333
export type {

0 commit comments

Comments
 (0)