This commit is contained in:
syuilo 2017-02-18 08:37:30 +09:00
parent bb507d0be1
commit d9e90e97f8
3 changed files with 24 additions and 20 deletions

View file

@ -4,7 +4,7 @@
require('./tags');
const boot = require('../boot.js');
const mixins = require('./mixins.ls');
const mixins = require('./mixins');
const route = require('./router.ls');
/**