Skip to content

Commit bf2f376

Browse files
committed
Fix accidentally removed re-exports
1 parent ad52e09 commit bf2f376

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
export { combineReducers, compose } from 'redux'
2+
export { default as createNextState } from 'immer'
3+
export { default as createSelector } from 'selectorator'
4+
15
export * from './configureStore'
26
export * from './createAction'
37
export * from './createReducer'

0 commit comments

Comments
 (0)