refactor: remove redundant imports (#2927)

This commit is contained in:
Ao Ito 2024-08-24 21:16:10 +09:00 committed by GitHub
parent faae7e32f4
commit 53f3d44f21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 0 additions and 4 deletions

View file

@ -1,6 +1,5 @@
<script setup lang="ts">
import { getEmojiMatchesInText } from '@iconify/utils/lib/emoji/replace/find'
import CommonScrollIntoView from '../common/CommonScrollIntoView.vue'
import type { CustomEmoji, Emoji } from '~/composables/tiptap/suggestion'
import { isCustomEmoji } from '~/composables/tiptap/suggestion'
import { emojiFilename, emojiPrefix, emojiRegEx } from '~~/config/emojis'