Skip to content

Commit

Permalink
Update store.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sirugh authored Oct 10, 2019
1 parent 1841942 commit e93270f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/venia-concept/src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { enhancer, reducers } from '@magento/peregrine';
// them with the Peregrine exports.
//
// example:
// const rootReducer = combineReducers([...reducers, myReducers]);
// const rootReducer = combineReducers({ ...reducers, ...myReducers });
// const rootEnhancer = composeEnhancers(enhancer, myEnhancer);
// export default createStore(rootReducer, rootEnhancer);
const rootReducer = combineReducers(reducers);
Expand Down

0 comments on commit e93270f

Please sign in to comment.