Skip to content

Commit 16cdc3a

Browse files
committed
hotfix: 중복 import 제거
1 parent 123b587 commit 16cdc3a

File tree

1 file changed

+1
-2
lines changed
  • src/app/(auth-required)/components/header

1 file changed

+1
-2
lines changed

src/app/(auth-required)/components/header/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ import { startHolyLoader } from 'holy-loader';
88
import { revalidate } from '@/utils/revalidateUtil';
99
import { PATHS, SCREENS } from '@/constants';
1010
import { Icon, NameType } from '@/components';
11-
import { useResponsive } from '@/hooks';
11+
import { useResponsive, useModal } from '@/hooks';
1212
import { logout, me } from '@/apis';
13-
import { useModal } from '@/hooks';
1413
import { defaultStyle, Section, textStyle } from './Section';
1514
import { Modal } from '../notice/Modal';
1615
import { QRCode } from '../QRCode';

0 commit comments

Comments
 (0)