1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 17:05:55 +02:00
This commit is contained in:
syuilo
2017-02-18 16:57:16 +09:00
parent 90959a8347
commit f7444c6c0b
4 changed files with 13 additions and 11 deletions

View File

@@ -43,6 +43,6 @@ module.exports = me => {
});
riot.mixin('ui-progress', {
Progress: require('./scripts/loading.ls')
Progress: require('./scripts/loading')
});
};