Skip to content

Commit 198253e

Browse files
committed
Undo unused export of defaultMergeProps
1 parent 8d939ba commit 198253e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connect/mergeProps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import type { Action, Dispatch } from 'redux'
2+
import type { EqualityFn } from '../types'
23
import verifyPlainObject from '../utils/verifyPlainObject'
34
import { createInvalidArgFactory } from './invalidArgFactory'
45
import type { MergeProps } from './selectorFactory'
5-
import type { EqualityFn } from '../types'
66

7-
export function defaultMergeProps<
7+
function defaultMergeProps<
88
TStateProps,
99
TDispatchProps,
1010
TOwnProps,

0 commit comments

Comments
 (0)