buggy recaptcha but started

This commit is contained in:
oriofir 2022-08-30 17:10:31 -07:00
parent 791900a0c4
commit bc1abad231

View File

@ -1,5 +1,6 @@
import { useState } from 'react'
// import { ReCAPTCHA } from 'react-google-recaptcha'
import React, { useState } from 'react'
// eslint-disable-next-line import/no-named-as-default
import ReCAPTCHA from 'react-google-recaptcha'
import Select from 'react-select'
import { Container } from '~/components/layout/container'