diff --git a/ui/component/common/form-components/form-field.jsx b/ui/component/common/form-components/form-field.jsx index ab88933af..3cce78b01 100644 --- a/ui/component/common/form-components/form-field.jsx +++ b/ui/component/common/form-components/form-field.jsx @@ -5,7 +5,7 @@ import ReactDOMServer from 'react-dom/server'; import SimpleMDE from 'react-simplemde-editor'; import MarkdownPreview from 'component/common/markdown-preview'; import { openEditorMenu, stopContextMenu } from 'util/context-menu'; -import { MAX_CHARACTERS_IN_COMMENT as defaultTextAreaLimit } from 'constants/comments'; +import { MAX_CHARACTERS_IN_COMMENT as defaultTextAreaLimit } from 'constants/form-field'; import 'easymde/dist/easymde.min.css'; import Button from 'component/button'; diff --git a/ui/constants/comments.js b/ui/constants/form-field.js similarity index 100% rename from ui/constants/comments.js rename to ui/constants/form-field.js