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 type { mastodon } from 'masto'
import CommonScrollIntoView from '../common/CommonScrollIntoView.vue'
import type { CommandHandler } from '~/composables/command'
const { items, command } = defineProps<{