We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8706e commit 7018a50Copy full SHA for 7018a50
src/components/ChangePassword/ChangePasswordButton.tsx
@@ -1,5 +1,5 @@
1
import { Loading } from '@/pages';
2
-import Dialog from '../Dialog';
+import Dialog from '../common/Dialog';
3
import useUpdateUserPassword from '@/react-queries/useUpdateUserPassword';
4
const ChangePasswordButton = () => {
5
const { onClick, dialogRef, dialogMessage, isPending } = useUpdateUserPassword();
0 commit comments