fix code quality issues

This commit is contained in:
まっちゃとーにゅ 2024-02-22 08:06:07 +09:00
parent 50caa3fd5c
commit 1dce84dfe3
No known key found for this signature in database
GPG key ID: 6AFBBF529601C1DB
3 changed files with 10 additions and 24 deletions

View file

@ -10,7 +10,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</template>
<script lang="ts" setup>
import { computed, watch, onMounted, ref, shallowRef, onUnmounted } from 'vue';
import { watch, onMounted, ref, shallowRef, onUnmounted } from 'vue';
import * as Misskey from 'misskey-js';
import GameSetting from './game.setting.vue';
import GameBoard from './game.board.vue';