UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

4 lines 278 B
import{FLUSH_USER_REVIEWS}from"../constants";/** * Dispatches the FLUSH_USER_REVIEWS action. * @returns {Object} The FLUSH_USER_REVIEWS action */var receiveProductReviews=function receiveProductReviews(){return{type:FLUSH_USER_REVIEWS};};export default receiveProductReviews;