Skip to content

Commit

Permalink
Fix accidentally removed re-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Apr 30, 2019
1 parent ad52e09 commit bf2f376
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
export { combineReducers, compose } from 'redux'
export { default as createNextState } from 'immer'
export { default as createSelector } from 'selectorator'

export * from './configureStore'
export * from './createAction'
export * from './createReducer'
Expand Down

0 comments on commit bf2f376

Please sign in to comment.