UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

10 lines (9 loc) 263 B
import { FLUSH_USER_REVIEWS } from "../constants"; /** * Dispatches the FLUSH_USER_REVIEWS action. * @returns {Object} The FLUSH_USER_REVIEWS action */ const receiveProductReviews = () => ({ type: FLUSH_USER_REVIEWS }); export default receiveProductReviews;