Skip to content

Commit

Permalink
fix(alienstore): add removeReducers on index
Browse files Browse the repository at this point in the history
  • Loading branch information
aneurysmjs committed Nov 4, 2019
1 parent 8fae08c commit 965990c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app/store/config/alienStore/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
export { createStore } from './alienStore';
export { reloadStore } from './alienStore';
export { getReducerMap } from './alienStore';
export { injectReducers } from './alienStore';
export { withStoreModule } from './alienStore';
export { reloadStore } from './alienStore';
export { removeReducers } from './alienStore';
export { useAlienModule } from './alienStore';
export { withStoreModule } from './alienStore';

export { default } from './alienStore';

0 comments on commit 965990c

Please sign in to comment.