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