import React, { useContext } from 'react'; import { __ } from '@wordpress/i18n'; import { TextArea } from '../elements/JSXElements'; import { AppContext } from '../app/context'; const MainSettings: React.FC = () => { const { state, dispatch } = useContext( AppContext ); return (