UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

4 lines 225 B
import{ERROR_CART}from"../constants";/** * Creates the dispatched ERROR_CART action object. * @return {Object} The ERROR_CART action. */var errorCart=function errorCart(){return{type:ERROR_CART};};export default errorCart;