buynow-select-giftcard.page.js 220 Bytes
require('cart/select-giftcard.page.css');
import $ from 'yoho-jquery';
import SelectGiftCard from './cartbuynow/select-giftcard';
import order from 'cart/buynow/order-info';

$(() => {
    new SelectGiftCard(order);
});