import React from 'react'; import { Form } from 'react-final-form' import { InputAction } from 'components'; const AddToIgnore = ({ onSubmit }) => (
onSubmit(values)}> {({ handleSubmit }) => ( )} ); export default AddToIgnore;