Skip to content

Commit ab87b2e

Browse files
committed
Fix imports in connect.tsx
1 parent acb736e commit ab87b2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/components/connect.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ import { mergePropsFactory } from '../connect/mergeProps'
2929
import type { Subscription } from '../utils/Subscription'
3030
import { createSubscription } from '../utils/Subscription'
3131
import { useIsomorphicLayoutEffect } from '../utils/useIsomorphicLayoutEffect'
32+
import shallowEqual from '../utils/shallowEqual'
33+
import hoistStatics from '../utils/hoistStatics'
3234
import warning from '../utils/warning'
3335

3436
import type {

0 commit comments

Comments
 (0)