import { createContext } from "react"; export const DageEditableContext = createContext(null);