なんかもうめっちゃ変えた
This commit is contained in:
parent
53c42f4324
commit
c72a07187a
16 changed files with 233 additions and 508 deletions
|
|
@ -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'));
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue