mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 20:44:34 +00:00
fix import order in MkPostForm
This commit is contained in:
parent
d8b692fd3b
commit
ffe0ecb4c5
1 changed files with 1 additions and 1 deletions
|
@ -113,8 +113,8 @@ import * as Misskey from 'misskey-js';
|
|||
import insertTextAtCursor from 'insert-text-at-cursor';
|
||||
import { toASCII } from 'punycode.js';
|
||||
import { host, url } from '@@/js/config.js';
|
||||
import type { ShallowRef } from 'vue';
|
||||
import { appendContentWarning } from '@@/js/append-content-warning.js';
|
||||
import type { ShallowRef } from 'vue';
|
||||
import type { MenuItem } from '@/types/menu.js';
|
||||
import type { PostFormProps } from '@/types/post-form.js';
|
||||
import type { PollEditorModelValue } from '@/components/MkPollEditor.vue';
|
||||
|
|
Loading…
Add table
Reference in a new issue