diff --git a/src/pages/mypage/index.tsx b/src/pages/mypage/index.tsx index c713f67..6b01725 100644 --- a/src/pages/mypage/index.tsx +++ b/src/pages/mypage/index.tsx @@ -1,12 +1,12 @@ import MainHeader from '@/components/common/MainHeader'; import { ReactComponent as SettingIcon } from '@/assets/icons/SettingIcon.svg'; import { useLogout } from '@/hooks/useAuth'; - -import * as styles from './mypage.css'; import ContentBox from '@/components/common/ContentBox'; import TextButton from '@/components/common/TextButton'; import { COLORS } from '@/constants/styles'; +import * as styles from './mypage.css'; + const MyPage = () => { const logout = useLogout();