diff options
| author | woxtu <woxtup@gmail.com> | 2023-12-21 11:36:45 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-21 11:36:45 +0900 |
| commit | c92508a57588f9237ec61a17b521e45e73672393 (patch) | |
| tree | 988e4f0632adb486c9bfd97aa534bcda2ba787ae /packages/frontend/src/scripts | |
| parent | chore: remove hashtag from featured immediately (#12668) (diff) | |
| download | sharkey-c92508a57588f9237ec61a17b521e45e73672393.tar.gz sharkey-c92508a57588f9237ec61a17b521e45e73672393.tar.bz2 sharkey-c92508a57588f9237ec61a17b521e45e73672393.zip | |
Remove unused imports (#12730)
Diffstat (limited to 'packages/frontend/src/scripts')
| -rw-r--r-- | packages/frontend/src/scripts/emoji-picker.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/scripts/emoji-picker.ts b/packages/frontend/src/scripts/emoji-picker.ts index 3cf653ea1b..f87c3f6fb2 100644 --- a/packages/frontend/src/scripts/emoji-picker.ts +++ b/packages/frontend/src/scripts/emoji-picker.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: AGPL-3.0-only */ -import { defineAsyncComponent, Ref, ref, computed, ComputedRef } from 'vue'; +import { defineAsyncComponent, Ref, ref } from 'vue'; import { popup } from '@/os.js'; import { defaultStore } from '@/store.js'; |