import { forwardRef } from "react"; const Input = forwardRef(({ label, error, ...props }, ref) => { return (
{error}