UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

9 lines (8 loc) 295 B
import fetchLiveshoppingProducts from "./fetchLiveshoppingProducts"; /** * Retrieves the information for the liveshopping products widget. * @return {Function} A redux thunk. * @deprecated */ const getLiveshoppingProducts = fetchLiveshoppingProducts; export default getLiveshoppingProducts;