From 0f93897f98c82d32b43191e5566854335dbfd43a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9E=84=EB=B3=91=EC=9A=B1?= Date: Mon, 19 Feb 2024 15:36:32 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EA=B2=BD=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/shared/kakao-share-button/KakaoShareButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/shared/kakao-share-button/KakaoShareButton.tsx b/src/components/shared/kakao-share-button/KakaoShareButton.tsx index 2726d759..22fe9cbe 100644 --- a/src/components/shared/kakao-share-button/KakaoShareButton.tsx +++ b/src/components/shared/kakao-share-button/KakaoShareButton.tsx @@ -2,7 +2,7 @@ import Script from 'next/script'; -import Share from '@/components/icons/Share'; +import Share from '@components/icons/Share'; import useKakaoShare from '@hooks/useKakaoShare'; function KakaoShareButton() {