From 3cdfe813ea17f82b4ece1ac7a63ea3966c04d2bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=82=A8=EC=A0=95=EC=9A=B1?= <113816822+HelloWook@users.noreply.github.com> Date: Mon, 9 Dec 2024 05:45:07 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=A4=91=EB=B3=B5=20import=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Home/HomePage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/Home/HomePage.tsx b/src/pages/Home/HomePage.tsx index f50c3795..169c8d8b 100644 --- a/src/pages/Home/HomePage.tsx +++ b/src/pages/Home/HomePage.tsx @@ -10,7 +10,6 @@ import { useGetRecommendLetter } from '@/hooks/useGetRecommendLetter'; import { useGetRecentRelyLetter } from '@/hooks/useGetRecentRelyLetter'; import { TopButtonContainer } from '@/components/HomePage/TopButtonContainer/TopButtonContainer'; import { usePushNotification } from '@/hooks/usePushNotification '; -import { usePushNotification } from '@/hooks/usePushNotification '; export type ReplyLetter = { type: 'MAP' | 'KEYWORD';