import { createContext } from "react" /** * @todo Document this. */ export default createContext(null)