buynow-select-giftcard.page.js 220 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/buynow/order-info'; $(() => { new SelectGiftCard(order); });