@shopgate/pwa-common-commerce
Version:
Commerce library for the Shopgate Connect PWA.
1 lines • 401 B
JavaScript
import{combineReducers}from'redux';import reviewsByHash from"./reviewsByHash";import reviewsById from"./reviewsById";import reviewsByProductId from"./reviewsByProductId";import userReviewsByProductId from"./userReviewsByProductId";export default combineReducers({reviewsByHash:reviewsByHash,reviewsById:reviewsById,reviewsByProductId:reviewsByProductId,userReviewsByProductId:userReviewsByProductId});