MyContext.js 106 Bytes Edit Raw Blame History 1 2 3 4 5 import { createContext } from 'react'; const myContext = createContext(null); export default myContext;