Skip to content

Commit

Permalink
[FE] FIX: 사용하지 않는 import 제거 #1428
Browse files Browse the repository at this point in the history
  • Loading branch information
junyoung2015 committed Nov 26, 2023
1 parent 4dd8b2e commit a9f6afa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
1 change: 0 additions & 1 deletion frontend/src/pages/ProfilePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down

0 comments on commit a9f6afa

Please sign in to comment.