UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

11 lines 360 B
import { combineReducers } from 'redux'; import reviewsByHash from "./reviewsByHash"; import reviewsById from "./reviewsById"; import reviewsByProductId from "./reviewsByProductId"; import userReviewsByProductId from "./userReviewsByProductId"; export default combineReducers({ reviewsByHash, reviewsById, reviewsByProductId, userReviewsByProductId });