@shopgate/pwa-common-commerce
Version:
Commerce library for the Shopgate Connect PWA.
1 lines • 263 B
JavaScript
import{mutable}from'@shopgate/pwa-common/helpers/redux';import flushUserReviewAction from"../action-creators/flushUserReview";/** @mixes {MutableFunction} */export default mutable(function(){return function(dispatch){return dispatch(flushUserReviewAction());};});