Skip to content

Commit

Permalink
Fix broken re-export of Redux types
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Oct 18, 2019
1 parent 8850ba3 commit d70dc31
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
12 changes: 11 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
export { combineReducers, compose } from 'redux'
export {
Action,
ActionCreator,
AnyAction,
Middleware,
Reducer,
Store,
StoreEnhancer,
combineReducers,
compose
} from 'redux'
export { default as createNextState } from 'immer'
export { createSelector } from 'reselect'

Expand Down
15 changes: 0 additions & 15 deletions src/typings.ts

This file was deleted.

0 comments on commit d70dc31

Please sign in to comment.