mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 13:05:57 +02:00
なんかもうめっちゃ変えた
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
extends ../base
|
||||
|
||||
block head
|
||||
script(src=`/assets/dev.${version}.js` async defer)
|
||||
Reference in New Issue
Block a user