Remove unused imports (#12730)

This commit is contained in:
woxtu 2023-12-21 11:36:45 +09:00 committed by GitHub
parent b2254a66d3
commit c92508a575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
85 changed files with 64 additions and 141 deletions

View file

@ -151,7 +151,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</template>
<script lang="ts" setup>
import { computed, inject, onMounted, ref, shallowRef, Ref, defineAsyncComponent, watch, provide } from 'vue';
import { computed, inject, onMounted, ref, shallowRef, Ref, watch, provide } from 'vue';
import * as mfm from 'mfm-js';
import * as Misskey from 'misskey-js';
import MkNoteSub from '@/components/MkNoteSub.vue';