Skip to content

Commit 2948ed9

Browse files
committed
Chore: 오타 수정
1 parent 09c2a23 commit 2948ed9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/TermsAgreement/index.tsx

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

1616
import { getCurrentUserId } from '@utils/getCurrentUserId';
1717

18-
import { LogoWrapper, LogoImg } from '@/pages/SignUp/style';
18+
import { LogoWrapper, LogoImg } from '@pages/SignUp/style';
1919

2020
import { TermsAgreementLayout, StyledTitle, CheckboxList, CheckboxItem, CheckboxInput, Divider } from './styles';
2121

tsconfig.app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@assets/*": ["assets/*"],
3434
"@config/*": ["config/*"],
3535
"@context/*": ["context/*"],
36-
"@page/*": ["page/*"],
36+
"@pages/*": ["pages/*"],
3737
"@recoil/*": ["recoil/*"],
3838
"@utils/*": ["utils/*"],
3939
},

0 commit comments

Comments
 (0)