diff --git a/.gitignore b/.gitignore index f55ab24..2897d03 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,4 @@ coverage *.lock *.lockb -./components.d.ts +components.d.ts diff --git a/src/views/GobangListPage.vue b/src/views/GobangListPage.vue index d78bd33..82ed950 100644 --- a/src/views/GobangListPage.vue +++ b/src/views/GobangListPage.vue @@ -104,7 +104,7 @@ export const relations = { import CreateGobangRoomDialog from '@/components/gobang/CreateGobangRoomDialog.vue'; import GobangHeader from '@/components/gobang/GobangHeader.vue'; import router from '@/router'; -import type { SucceedUserInfoResponse, UserInfo } from '@/schemas'; +import type { UserInfo } from '@/schemas'; import { useGameSocket, type PayloadPart, type SimplePart } from '@/utils/game-socket'; import { onMounted, ref } from 'vue'; interface RoomInfoRender extends Room {