1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-22 17:34:14 +02:00
This commit is contained in:
syuilo
2017-02-18 13:23:23 +09:00
parent 4770e1fab8
commit 2db313986a
6 changed files with 58 additions and 53 deletions

View File

@@ -2,7 +2,7 @@ const riot = require('riot');
module.exports = me => {
if (me) {
require('./scripts/stream.ls')(me);
require('./scripts/stream')(me);
}
require('./scripts/ui.ls');