UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

5 lines (4 loc) 243 B
import { mutable } from '@shopgate/pwa-common/helpers/redux'; import flushUserReviewAction from "../action-creators/flushUserReview"; /** @mixes {MutableFunction} */ export default mutable(() => dispatch => dispatch(flushUserReviewAction()));