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