index.mjs 224 B

12345678
  1. import { withInstall } from "../utils/index.mjs";
  2. import _CouponCell from "./CouponCell.mjs";
  3. const CouponCell = withInstall(_CouponCell);
  4. var stdin_default = CouponCell;
  5. export {
  6. CouponCell,
  7. stdin_default as default
  8. };