revert import sort

This commit is contained in:
Lhc_fl 2024-10-21 09:03:14 +08:00
parent 684be7d709
commit 5e4ed13213
No known key found for this signature in database
GPG key ID: 3A10435B21EDC6AA

View file

@ -5,10 +5,10 @@
import { onUnmounted, Ref, ShallowRef } from 'vue';
import * as Misskey from 'misskey-js';
import { misskeyApi } from './misskey-api.js';
import { useStream } from '@/stream.js';
import { $i } from '@/account.js';
import * as os from '@/os.js';
import { misskeyApi } from './misskey-api.js';
export function useNoteCapture(props: {
rootEl: ShallowRef<HTMLElement | undefined>;