import { createContext } from "react";

export const HCaptchaContext = createContext();
