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