import fetchLiveshoppingProducts from"./fetchLiveshoppingProducts";/**
* Retrieves the information for the liveshopping products widget.
* @return {Function} A redux thunk.
* @deprecated
*/var getLiveshoppingProducts=fetchLiveshoppingProducts;exportdefault getLiveshoppingProducts;