select-giftcard.page.js 213 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 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); });