import { Field } from 'formik' import React from 'react' import * as Yup from 'yup' import TextInputFormik from 'src/components/inputs/formik/TextInput' import { H4, P } from 'src/components/typography' const Screen1Information = () => { return ( <>
On screen 1 you will request the user if he agrees on providing this information, or if he wishes to terminate the transaction instead.