deleted conflicts
This commit is contained in:
parent
3400376e66
commit
b37bc718a5
@ -1,6 +1,4 @@
|
||||
import { useState } from 'react' //add useRef
|
||||
// // eslint-disable-next-line import/no-named-as-default
|
||||
// import ReCAPTCHA from 'react-google-recaptcha'
|
||||
import { useState } from 'react'
|
||||
import Select from 'react-select'
|
||||
|
||||
import { Container } from '~/components/layout/container'
|
||||
@ -148,7 +146,6 @@ const Form = ({ data }: DataProps) => {
|
||||
<span>{data?.formWarning}</span>
|
||||
</div>
|
||||
<CustomForm data={data} />
|
||||
{/* <ReCAPTCHA sitekey={process.env.NEXT_PUBLIC_RECAPTCHA_SITE_KEY} /> */}
|
||||
<div className={s['gradient']} />
|
||||
</Container>
|
||||
</Section>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user