Compare commits
No commits in common. "master" and "SimplySyncedLLC_Website_v1.2.0" have entirely different histories.
master
...
SimplySync
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue