"use client"; import { createContext } from "react"; export default createContext(null);