import { createContext } from 'react' export default createContext(undefined)