1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 15:55:56 +02:00

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

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

@@ -6,13 +6,13 @@
import './style.styl';
require('./tags');
import boot from '../boot';
import init from '../init';
const route = require('./router');
/**
* Boot
* init
*/
boot(me => {
init(me => {
// Start routing
route(me);
});