We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123b587 commit 16cdc3aCopy full SHA for 16cdc3a
src/app/(auth-required)/components/header/index.tsx
@@ -8,9 +8,8 @@ import { startHolyLoader } from 'holy-loader';
8
import { revalidate } from '@/utils/revalidateUtil';
9
import { PATHS, SCREENS } from '@/constants';
10
import { Icon, NameType } from '@/components';
11
-import { useResponsive } from '@/hooks';
+import { useResponsive, useModal } from '@/hooks';
12
import { logout, me } from '@/apis';
13
-import { useModal } from '@/hooks';
14
import { defaultStyle, Section, textStyle } from './Section';
15
import { Modal } from '../notice/Modal';
16
import { QRCode } from '../QRCode';
0 commit comments