From f7984395b5682f096fcb3252329258a5d3dfbb5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=A7=80=EC=9C=A4?= Date: Thu, 15 Aug 2024 21:03:11 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EA=B3=B5=EC=9C=A0=20=EC=95=84?= =?UTF-8?q?=EC=9D=B4=EC=BD=98=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/guideDetail/TopButton.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/guideDetail/TopButton.tsx b/src/components/guideDetail/TopButton.tsx index 273af39..7fc7722 100644 --- a/src/components/guideDetail/TopButton.tsx +++ b/src/components/guideDetail/TopButton.tsx @@ -1,12 +1,10 @@ import backButtonIcon from '@/assets/icon/guideDetailLeftArrow.svg'; -import shareIcon from '@/assets/icon/guideDetailShare.svg'; const TopButton = () => { return ( <>
뒤로가기 버튼 아이콘 - 공유하기 버튼 아이콘
);