import React from 'react' export default function InputText({id, name, type='text', placeholder, value, handleChange}) { return (
) }