@shopgate/engage
Version:
Shopgate's ENGAGE library.
13 lines (12 loc) • 435 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}
*/
import { jsx as _jsx } from "react/jsx-runtime";
const Subscriptions = () => /*#__PURE__*/_jsx(BackInStockSubscriptionsProvider, {
children: /*#__PURE__*/_jsx(List, {})
});
export default Subscriptions;