import React from 'react'; import styles from './Form.css'; import PropTypes from 'prop-types'; const Form = ({ children, className = '' }) => (