cleaner code

This commit is contained in:
Daniel
2023-05-27 07:59:45 +03:30
parent f26ffa7323
commit 8af9a36dfa
8 changed files with 127 additions and 392 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ type Props = {
setPasswordForm: Function;
};
export default function AddCollection({
export default function ChangePassword({
togglePasswordFormModal,
user,
setPasswordForm,