We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04974b3 commit f73c0b6Copy full SHA for f73c0b6
2 files changed
src/pages/SignUp/index.tsx
@@ -12,7 +12,7 @@ import { StyledText } from '@/components/Text/StyledText';
12
import BottomButton from '@/components/BottomButton';
13
import Modal from '@/components/Modal';
14
15
-import { getCurrentUserId } from '@/utils/getCurrentUserId';
+import { getCurrentUserId } from '@utils/getCurrentUserId';
16
17
import {
18
SignUpLayout,
src/pages/TermsAgreement/index.tsx
@@ -13,7 +13,7 @@ import BottomButton from '@/components/BottomButton';
import TopBar from '@/components/TopBar';
import { LogoWrapper, LogoImg } from '@/pages/SignUp/style';
19
0 commit comments