From ce3406d18988f7ebbee5d820db51780b7c91256e Mon Sep 17 00:00:00 2001 From: Ajin Park <108174693+lalaurrel@users.noreply.github.com> Date: Mon, 24 Feb 2025 14:51:56 +0900 Subject: [PATCH] =?UTF-8?q?Refactor:=20=EB=A1=9C=EA=B7=B8=EC=95=84?= =?UTF-8?q?=EC=9B=83=20=EB=AA=A8=EB=8B=AC=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Account/AccountSetting/index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/Account/AccountSetting/index.tsx b/src/pages/Account/AccountSetting/index.tsx index 75f1bcbc..65ba1624 100644 --- a/src/pages/Account/AccountSetting/index.tsx +++ b/src/pages/Account/AccountSetting/index.tsx @@ -11,9 +11,9 @@ import imageBasic from '@assets/default/defaultProfile.svg'; import leave from '@assets/default/leave.svg'; import Profile_s from '@assets/default/my-page.svg'; -import ConfirmationModal from '@components/ConfirmationModal/index'; import { OODDFrame } from '@components/Frame/Frame'; import Loading from '@components/Loading/index'; +import Modal from '@components/Modal'; import { StyledText } from '@components/Text/StyledText'; import TopBar from '@components/TopBar/index'; @@ -111,11 +111,11 @@ const AccountSetting: React.FC = () => { {isLogoutModalOpen && ( - )}