summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkPostForm.vue
diff options
context:
space:
mode:
authorKagami Sascha Rosylight <saschanaz@outlook.com>2023-02-16 15:09:41 +0100
committerGitHub <noreply@github.com>2023-02-16 23:09:41 +0900
commit63df2c851e31a30dda3b7e9edefb2a97e4c1daa6 (patch)
treecb0066301adcc1168bef2246cbf13c6767151959 /packages/frontend/src/components/MkPostForm.vue
parentfix(server): マイグレーションad1676438468213が通らないのを修... (diff)
downloadsharkey-63df2c851e31a30dda3b7e9edefb2a97e4c1daa6.tar.gz
sharkey-63df2c851e31a30dda3b7e9edefb2a97e4c1daa6.tar.bz2
sharkey-63df2c851e31a30dda3b7e9edefb2a97e4c1daa6.zip
refactor: remove all unused imports (#9951)
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Diffstat (limited to 'packages/frontend/src/components/MkPostForm.vue')
-rw-r--r--packages/frontend/src/components/MkPostForm.vue2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/frontend/src/components/MkPostForm.vue b/packages/frontend/src/components/MkPostForm.vue
index 77d5adc23e..44462f8ff2 100644
--- a/packages/frontend/src/components/MkPostForm.vue
+++ b/packages/frontend/src/components/MkPostForm.vue
@@ -76,7 +76,6 @@ import insertTextAtCursor from 'insert-text-at-cursor';
import { length } from 'stringz';
import { toASCII } from 'punycode/';
import * as Acct from 'misskey-js/built/acct';
-import { throttle } from 'throttle-debounce';
import MkNoteSimple from '@/components/MkNoteSimple.vue';
import XNotePreview from '@/components/MkNotePreview.vue';
import XPostFormAttaches from '@/components/MkPostFormAttaches.vue';
@@ -87,7 +86,6 @@ import { extractMentions } from '@/scripts/extract-mentions';
import { formatTimeString } from '@/scripts/format-time-string';
import { Autocomplete } from '@/scripts/autocomplete';
import * as os from '@/os';
-import { stream } from '@/stream';
import { selectFiles } from '@/scripts/select-file';
import { defaultStore, notePostInterruptors, postFormActions } from '@/store';
import MkInfo from '@/components/MkInfo.vue';