Skip to content

Commit 1b4ba1a

Browse files
JohnYoungersbrandonroberts
authored andcommitted
feat(store): add On interface to public api (#2157)
1 parent 0d59783 commit 1b4ba1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/store/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ export {
5353
RootStoreConfig,
5454
StoreConfig,
5555
} from './store_module';
56-
export { on, createReducer } from './reducer_creator';
56+
export { On, on, createReducer } from './reducer_creator';

0 commit comments

Comments
 (0)