Skip to content

Commit

Permalink
Fix imports in mergeProps.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Aug 13, 2024
1 parent 93c7db8 commit 658c5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connect/mergeProps.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import type { Action, Dispatch } from 'redux'
import type { EqualityFn } from '../types'
import verifyPlainObject from '../utils/verifyPlainObject'
import { createInvalidArgFactory } from './invalidArgFactory'
import type { MergeProps } from './selectorFactory'
import type { EqualityFn } from '../types'

function defaultMergeProps<
TStateProps,
Expand Down

0 comments on commit 658c5e4

Please sign in to comment.