Skip to content

Commit f73c0b6

Browse files
committed
Refactor: Signup @/utils/... -> @utils/...로 수정
1 parent 04974b3 commit f73c0b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/SignUp/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { StyledText } from '@/components/Text/StyledText';
1212
import BottomButton from '@/components/BottomButton';
1313
import Modal from '@/components/Modal';
1414

15-
import { getCurrentUserId } from '@/utils/getCurrentUserId';
15+
import { getCurrentUserId } from '@utils/getCurrentUserId';
1616

1717
import {
1818
SignUpLayout,

src/pages/TermsAgreement/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import BottomButton from '@/components/BottomButton';
1313
import TopBar from '@/components/TopBar';
1414
import Modal from '@/components/Modal';
1515

16-
import { getCurrentUserId } from '@/utils/getCurrentUserId';
16+
import { getCurrentUserId } from '@utils/getCurrentUserId';
1717

1818
import { LogoWrapper, LogoImg } from '@/pages/SignUp/style';
1919

0 commit comments

Comments
 (0)