import React from 'react'; import {Field, reduxForm} from '../../index'; const SimpleForm = (props) => { const {handleSubmit} = props; return (