Rename: "constants/comments.js" --> "constants/form-field.js"

This commit is contained in:
infiinte-persistence 2020-06-12 16:55:31 +02:00 committed by Sean Yesmunt
parent 96041e8b09
commit 749b13e3eb
2 changed files with 1 additions and 1 deletions

View file

@ -5,7 +5,7 @@ import ReactDOMServer from 'react-dom/server';
import SimpleMDE from 'react-simplemde-editor'; import SimpleMDE from 'react-simplemde-editor';
import MarkdownPreview from 'component/common/markdown-preview'; import MarkdownPreview from 'component/common/markdown-preview';
import { openEditorMenu, stopContextMenu } from 'util/context-menu'; 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 'easymde/dist/easymde.min.css';
import Button from 'component/button'; import Button from 'component/button';