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 = () => {