fixed errors

This commit is contained in:
oriofir 2022-08-29 15:16:31 -07:00
parent b8ce4cc15e
commit 791900a0c4

View File

@ -1,5 +1,5 @@
import { useRef, useState } from 'react'
import { ReCAPTCHA } from 'react-google-recaptcha'
import { useState } from 'react'
// import { ReCAPTCHA } from 'react-google-recaptcha'
import Select from 'react-select'
import { Container } from '~/components/layout/container'