Blame view

web-static/index.js 172 Bytes
whb authored
1 2 3 4 5 6
var webYohobuy;

require('./js/common');

require('./js/product/entry');
require('./js/home/entry');
7
require('./js/passport/entry');
whb authored
8 9

module.exports = webYohobuy;