"use client"; import { createContext } from "react"; export const DisabledContext = createContext(false);