Compare commits

..

No commits in common. "master" and "SimplySyncedLLC_Website_v1.2.0" have entirely different histories.

1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
import React, { useRef, useState } from "react"
import ReCAPTCHA from "react-google-recaptcha";
import { toast } from "react-hot-toast";
const { NEXT_PUBLIC_RECAPTCHA_SITE_KEY } = process.env;
export default function ContactUsContent() {
const recaptchaRef = useRef(null);