Skip to content
Snippets Groups Projects
Unverified Commit 49b63154 authored by Andreas Nedbal's avatar Andreas Nedbal
Browse files

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

parent 38e6202b
No related branches found
No related tags found
No related merge requests found
// 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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment