Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import { createShoppingCartManagerClient } from '@automattic/shopping-cart'; // eslint-disable-line no-restricted-imports
import { wpcomGetCart, wpcomSetCart } from '../../data/me-shopping-cart';
export const shoppingCartManagerClient = createShoppingCartManagerClient( {
getCart: wpcomGetCart,
setCart: wpcomSetCart,
} );