diff --git a/src/components/management/EditDictionaryModal/EditDictionaryForm.jsx b/src/components/management/EditDictionaryModal/EditDictionaryForm.jsx index 665cf0f..20f1f6f 100644 --- a/src/components/management/EditDictionaryModal/EditDictionaryForm.jsx +++ b/src/components/management/EditDictionaryModal/EditDictionaryForm.jsx @@ -1,6 +1,8 @@ import Inferno from 'inferno'; import PropTypes from 'prop-types'; +import { LargeTextArea } from '../LargeTextArea'; + export const EditDictionaryForm = (props) => { PropTypes.checkPropTypes({ editDictionaryModal: PropTypes.object.isRequired, @@ -39,9 +41,9 @@ export const EditDictionaryForm = (props) => { -

+

What this collection of words should be referred to as, i.e. "Dictionary," "Word List", etc. -

+
{
-
- -

- A description of your dictionary, Markdown enabled -

-
-