diff --git a/src/app/change-password/page.tsx b/src/app/change-password/page.tsx index 182cde4d..3c66b440 100644 --- a/src/app/change-password/page.tsx +++ b/src/app/change-password/page.tsx @@ -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'; diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index 45aeb74e..0cede0d3 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -67,7 +67,7 @@ function LoginPage() { 아이디 찾기
  • - 비밀번호 찾기 + 비밀번호 찾기