import { createContext } from "react";
// Define pkg context
export const FormContext = createContext({});