fix(client): fix missing import of defineAsyncComponent in os.ts

This commit is contained in:
Andreas Nedbal 2022-05-01 17:55:17 +02:00
parent f5cc1484ca
commit cb0b498670

View File

@ -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';