import React from 'react' function Input(props) { return (
{props.title != null ? ( ) : null} {props.children}
) } function TextArea(props) { return (