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