なんかもうめっちゃ変えた

This commit is contained in:
syuilo 2017-05-18 05:06:55 +09:00
parent 53c42f4324
commit c72a07187a
16 changed files with 233 additions and 508 deletions

View file

@ -7,14 +7,14 @@ import './style.styl';
import * as riot from 'riot';
require('./tags');
import boot from '../boot';
import init from '../init';
document.title = 'Misskey | アプリの連携';
/**
* Boot
* init
*/
boot(me => {
init(me => {
mount(document.createElement('mk-index'));
});