import { useContext } from 'react' import context from './context' export default () => useContext(context)