import { createContext } from 'react'; const context = createContext({}); window.__appContext = context; export default context;