import createContext from '@helpscout/react-utils/dist/createContext'

const Context = createContext({})

export default Context
