[Client] Refactor: Use JavaScript instead of LiveScript

This commit is contained in:
syuilo 2017-02-03 05:22:12 +09:00
parent 5a18d4bc80
commit 4a7072d9a9
15 changed files with 179 additions and 179 deletions

View file

@ -4,7 +4,7 @@
const riot = require('riot');
document.title = 'Misskey | アプリの連携';
require('./tags/index.ls');
require('./tags');
const boot = require('../boot.js');
/**