fix code quality issues
This commit is contained in:
parent
50caa3fd5c
commit
1dce84dfe3
3 changed files with 10 additions and 24 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue