Skip to content

Commit 7018a50

Browse files
authored
fix: 임포트 경로 수정
1 parent eb8706e commit 7018a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ChangePassword/ChangePasswordButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Loading } from '@/pages';
2-
import Dialog from '../Dialog';
2+
import Dialog from '../common/Dialog';
33
import useUpdateUserPassword from '@/react-queries/useUpdateUserPassword';
44
const ChangePasswordButton = () => {
55
const { onClick, dialogRef, dialogMessage, isPending } = useUpdateUserPassword();

0 commit comments

Comments
 (0)