import { FormProps } from "@/constants/types"; export default function FormInput({ label, value, type = "text", placeholder="string" }: FormProps) { return (