mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 13:05:57 +02:00
@@ -34,7 +34,7 @@ module.exports = me => {
|
||||
route();
|
||||
};
|
||||
|
||||
const riot = require('riot');
|
||||
import * as riot from 'riot';
|
||||
function mount(content) {
|
||||
if (page) page.unmount();
|
||||
const body = document.getElementById('app');
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
import './style.styl';
|
||||
|
||||
require('./tags');
|
||||
const boot = require('../boot');
|
||||
import boot from '../boot';
|
||||
const route = require('./router');
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user