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 38e6202bdc
commit 49b63154df
No known key found for this signature in database
GPG key ID: 2622E8534CF3BDA7

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