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