From a9f6afa59532ab7e61c3d46fa5c9e373d90f782d Mon Sep 17 00:00:00 2001 From: jusohn Date: Sun, 26 Nov 2023 17:07:28 +0900 Subject: [PATCH] =?UTF-8?q?[FE]=20FIX:=20=EC=82=AC=EC=9A=A9=ED=95=98?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8A=94=20import=20=EC=A0=9C=EA=B1=B0=20?= =?UTF-8?q?#1428?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/Card/LentInfoCard/LentInfoCard.container.tsx | 2 +- frontend/src/pages/ProfilePage.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/components/Card/LentInfoCard/LentInfoCard.container.tsx b/frontend/src/components/Card/LentInfoCard/LentInfoCard.container.tsx index e9152aa92..1d1ea929f 100644 --- a/frontend/src/components/Card/LentInfoCard/LentInfoCard.container.tsx +++ b/frontend/src/components/Card/LentInfoCard/LentInfoCard.container.tsx @@ -1,5 +1,5 @@ import { useRecoilValue } from "recoil"; -import { myCabinetInfoState, targetUserInfoState } from "@/recoil/atoms"; +import { myCabinetInfoState } from "@/recoil/atoms"; import LentInfoCard from "@/components/Card/LentInfoCard/LentInfoCard"; import { getDefaultCabinetInfo } from "@/components/TopNav/TopNavButtonGroup/TopNavButtonGroup"; import { CabinetInfo } from "@/types/dto/cabinet.dto"; diff --git a/frontend/src/pages/ProfilePage.tsx b/frontend/src/pages/ProfilePage.tsx index 958eea3a8..f4a92d600 100644 --- a/frontend/src/pages/ProfilePage.tsx +++ b/frontend/src/pages/ProfilePage.tsx @@ -8,7 +8,6 @@ import NotificationCardContainer from "@/components/Card/NotificationCard/Notifi import ProfileCardContainer from "@/components/Card/ProfileCard/ProfileCard.container"; import ThemeColorCardContainer from "@/components/Card/ThemeColorCard/ThemeColorCard.container"; import LoadingAnimation from "@/components/Common/LoadingAnimation"; -import { UserInfo } from "@/types/dto/user.dto"; import { axiosMyInfo } from "@/api/axios/axios.custom"; const ProfilePage = () => {