back-mobile-new.page.js 154 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 require('passport/back-mobile-new.page.css'); import $ from 'yoho-jquery'; import MobileNew from './back/mobile-new'; $(() => { new MobileNew(); });