"use client"; import { Button, Input } from "@heroui/react"; import React from "react"; const EmailInput = () => { return ( <> ); }; export default EmailInput;