Skip to content

Commit

Permalink
refactor(Store): Combine store module export statements (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbsmyth authored and brandonroberts committed Dec 18, 2017
1 parent a9e5229 commit cb84a4d
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 @@ -6,7 +6,6 @@ export {
MetaReducer,
Selector,
} from './models';
export { StoreModule } from './store_module';
export { Store, select } from './store';
export { combineReducers, compose, createReducerFactory } from './utils';
export { ActionsSubject, INIT } from './actions_subject';
Expand Down Expand Up @@ -38,6 +37,7 @@ export {
_FEATURE_REDUCERS_TOKEN,
} from './tokens';
export {
StoreModule,
StoreRootModule,
StoreFeatureModule,
_initialStateFactory,
Expand Down

0 comments on commit cb84a4d

Please sign in to comment.