mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 04:25:13 +00:00
revert import sort
This commit is contained in:
parent
684be7d709
commit
5e4ed13213
1 changed files with 1 additions and 1 deletions
|
@ -5,10 +5,10 @@
|
||||||
|
|
||||||
import { onUnmounted, Ref, ShallowRef } from 'vue';
|
import { onUnmounted, Ref, ShallowRef } from 'vue';
|
||||||
import * as Misskey from 'misskey-js';
|
import * as Misskey from 'misskey-js';
|
||||||
import { misskeyApi } from './misskey-api.js';
|
|
||||||
import { useStream } from '@/stream.js';
|
import { useStream } from '@/stream.js';
|
||||||
import { $i } from '@/account.js';
|
import { $i } from '@/account.js';
|
||||||
import * as os from '@/os.js';
|
import * as os from '@/os.js';
|
||||||
|
import { misskeyApi } from './misskey-api.js';
|
||||||
|
|
||||||
export function useNoteCapture(props: {
|
export function useNoteCapture(props: {
|
||||||
rootEl: ShallowRef<HTMLElement | undefined>;
|
rootEl: ShallowRef<HTMLElement | undefined>;
|
||||||
|
|
Loading…
Reference in a new issue