fix code quality issues

This commit is contained in:
まっちゃとーにゅ
2024-01-10 03:43:13 +09:00
parent abe95d9b67
commit 17b5cc0280
10 changed files with 7 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</template>
<script lang="ts" setup>
import { computed, watch, onUnmounted, provide, ref, shallowRef } from 'vue';
import { computed, watch, onUnmounted, provide, shallowRef } from 'vue';
import { Connection } from 'misskey-js/built/streaming.js';
import MkNotes from '@/components/MkNotes.vue';
import MkPullToRefresh from '@/components/MkPullToRefresh.vue';