Skip to content

Commit

Permalink
Merge pull request #674 from woowacourse-teams/fix/#673
Browse files Browse the repository at this point in the history
사용되지 않는 선언 삭제
  • Loading branch information
jaeml06 authored Oct 17, 2024
2 parents 510799e + 95be162 commit 52a8c4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/pages/Mypage/MyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import MineInfoCard from './components/MineInfoCard/MineInfoCard';
import NavigationBar from '@_components/NavigationBar/NavigationBar';
import NavigationBarWrapper from '@_layouts/components/NavigationBarWrapper/NavigationBarWrapper';
import { common } from '@_common/common.style';
import useMyInfo from '@_hooks/queries/useMyInfo';
import * as S from './MyPage.style';
import MyInfoTabBar from './components/MyInfoTabBar/MyInfoTabBar';
import Setting from '@_common/assets/setting.svg';
Expand Down

0 comments on commit 52a8c4a

Please sign in to comment.