@shopgate/engage
Version:
Shopgate's ENGAGE library.
4 lines • 390 B
JavaScript
import React from'react';import{BackInStockSubscriptionsProvider}from'@shopgate/engage/back-in-stock/providers';import List from"./components/List";/**
* The Back in Stock Subscriptions component.
* @returns {JSX}
*/var Subscriptions=function Subscriptions(){return React.createElement(BackInStockSubscriptionsProvider,null,React.createElement(List,null));};export default Subscriptions;