1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 09:06:17 +02:00
This commit is contained in:
syuilo
2018-02-23 02:53:36 +09:00
parent 633ab4ef00
commit 75c86a8f7f
4 changed files with 0 additions and 80 deletions

View File

@@ -7,12 +7,9 @@ import './style.styl';
require('./tags');
import init from '../init';
import route from './router';
/**
* init
*/
init(() => {
// Start routing
route();
});