Compare commits
1 Commits
SimplySync
...
master
Author | SHA1 | Date |
---|---|---|
|
984af5699b |
|
@ -2,7 +2,6 @@
|
||||||
import React, { useRef, useState } from "react"
|
import React, { useRef, useState } from "react"
|
||||||
import ReCAPTCHA from "react-google-recaptcha";
|
import ReCAPTCHA from "react-google-recaptcha";
|
||||||
import { toast } from "react-hot-toast";
|
import { toast } from "react-hot-toast";
|
||||||
const { NEXT_PUBLIC_RECAPTCHA_SITE_KEY } = process.env;
|
|
||||||
|
|
||||||
export default function ContactUsContent() {
|
export default function ContactUsContent() {
|
||||||
const recaptchaRef = useRef(null);
|
const recaptchaRef = useRef(null);
|
||||||
|
|
Loading…
Reference in New Issue