export const useActions = ({ usernameRef, emailRef, passwordRef, confpasswordRef, }) => { const handleSubmit = () => {}; return { handleSubmit, }; };