You need to sign in before continuing.
MyContext.js 106 Bytes
import { createContext } from 'react';

const myContext = createContext(null);

export default myContext;