index.page.js 288 Bytes
/*
 * @Author: Targaryen
 * @Date: 2017-04-26 17:22:32
 * @Last Modified by: Targaryen
 * @Last Modified time: 2017-04-26 17:45:28
 */
'use strict';
require('guang/index.page.css');

const index = './index';
const IndexController = require(`${index}/controller`);

new IndexController();