fix(client): fix missing import of defineAsyncComponent in os.ts
This commit is contained in:
parent
38e6202bdc
commit
49b63154df
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
// TODO: なんでもかんでもos.tsに突っ込むのやめたいのでよしなに分割する
|
||||
|
||||
import { Component, markRaw, Ref, ref } from 'vue';
|
||||
import { Component, markRaw, Ref, ref, defineAsyncComponent } from 'vue';
|
||||
import { EventEmitter } from 'eventemitter3';
|
||||
import insertTextAtCursor from 'insert-text-at-cursor';
|
||||
import * as Misskey from 'misskey-js';
|
||||
|
|
Loading…
Reference in a new issue