index.js 140 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 require('product/global/list.page.css'); const ListController = require('./controller'); require('common/footer'); new ListController();