Skip to content

Commit 65b4e08

Browse files
committed
Fix imports in mergeProps.ts
1 parent daf85b4 commit 65b4e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/connect/mergeProps.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import type { Action, Dispatch } from 'redux'
2-
import type { EqualityFn } from '../types'
32
import verifyPlainObject from '../utils/verifyPlainObject'
43
import { createInvalidArgFactory } from './invalidArgFactory'
54
import type { MergeProps } from './selectorFactory'
5+
import type { EqualityFn } from '../types'
66

77
function defaultMergeProps<
88
TStateProps,

0 commit comments

Comments
 (0)