diff --git a/src/pages/HomePage.vue b/src/pages/HomePage.vue
index 4db99f2..f063d8a 100644
--- a/src/pages/HomePage.vue
+++ b/src/pages/HomePage.vue
@@ -11,39 +11,16 @@
백엔드에 연결하지 못했습니다. (서버 실행 여부를 확인하세요)
-
-
-
-
-
+
@@ -141,15 +118,12 @@ import { useAuthStore } from '@/stores/auth'
import { useDogsStore } from '@/stores/dogs'
import { useMatchingStore } from '@/stores/matching'
import KakaoMap from '@/components/KakaoMap.vue'
-import ChatDialog from '@/components/ChatDialog.vue'
const $q = useQuasar()
const auth = useAuthStore()
const dogs = useDogsStore()
const matching = useMatchingStore()
-const chatOpen = ref(false)
-
// 체크인/매칭 주체: 로그인 회원 + 대표 강아지
const currentUserId = () => auth.member?.id ?? 0