import React from 'react' import styles from './styles.module.css' export default function Input({type, name, value, onChange, isValid}){ return (
) }