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

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