UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

10 lines (9 loc) 222 B
import { ERROR_CART } from "../constants"; /** * Creates the dispatched ERROR_CART action object. * @return {Object} The ERROR_CART action. */ const errorCart = () => ({ type: ERROR_CART }); export default errorCart;