import {createContext as coolCreateContext} from "react"; export const createContext = () => coolCreateContext(null);