✨ Added map
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
export const useActions = ({
|
||||
usernameRef,
|
||||
emailRef,
|
||||
passwordRef,
|
||||
confpasswordRef,
|
||||
}) => {
|
||||
const handleSubmit = () => {};
|
||||
|
||||
return {
|
||||
handleSubmit,
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user