1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 22:56:00 +02:00
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');
/**