Skip to content

Commit 10e0e94

Browse files
authored
Fix createSelector types export
1 parent 1919519 commit 10e0e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ export {
1010
compose
1111
} from 'redux'
1212
export { default as createNextState } from 'immer'
13-
export { default as createSelector } from 'reselect'
13+
export { createSelector } from 'reselect'
1414

1515
export * from '.'

0 commit comments

Comments
 (0)