Skip to content

Commit

Permalink
chore: 컨벤션에 맞게 수정 #128
Browse files Browse the repository at this point in the history
  • Loading branch information
seoye0ng committed Jan 26, 2024
1 parent 80d8733 commit 82c83b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/change-password/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import { useForm } from 'react-hook-form';
import classNames from 'classnames/bind';
import dynamic from 'next/dynamic';

import useChangePassword from '@/remote/queries/auth/useChangePassword';
import VALIDATION_MESSAGE_MAP from '@constants/validationMessage';
import { ChangePassword } from '@remote/api/types/auth';
import useChangePassword from '@remote/queries/auth/useChangePassword';
import Header from '@shared/header/Header';
import Spacing from '@shared/spacing/Spacing';
import TextField from '@shared/text-field/TextField';
Expand Down
2 changes: 1 addition & 1 deletion src/app/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function LoginPage() {
<Link href="/find-id">아이디 찾기</Link>
</li>
<li>
<Link href="find-password">비밀번호 찾기</Link>
<Link href="/find-password">비밀번호 찾기</Link>
</li>
</ul>
</main>
Expand Down

0 comments on commit 82c83b7

Please sign in to comment.