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