buynow-select-giftcard.page.js 229 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 require('scss/cart/select-giftcard.page.scss'); import $ from 'yoho-jquery'; import SelectGiftCard from './cartbuynow/select-giftcard'; import order from 'js/cart/buynow/order-info'; $(() => { new SelectGiftCard(order); });