Skip to content

Commit

Permalink
feat(store): add On interface to public api (#2157)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnYoungers authored and brandonroberts committed Oct 24, 2019
1 parent 0d59783 commit 1b4ba1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/store/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ export {
RootStoreConfig,
StoreConfig,
} from './store_module';
export { on, createReducer } from './reducer_creator';
export { On, on, createReducer } from './reducer_creator';

0 comments on commit 1b4ba1a

Please sign in to comment.