import { createContext } from "react";
export const UserContext = createContext<boolean | null>(null);