File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import noop from 'lodash/noop';
77import classNames from 'classnames' ;
88import { EditorState } from 'draft-js' ;
99import { FormattedMessage , injectIntl } from 'react-intl' ;
10+
1011import type { IntlShape } from 'react-intl' ;
1112import Avatar from '../Avatar' ;
1213import CommentFormControls from './CommentFormControls' ;
@@ -16,7 +17,10 @@ import DraftJSMentionSelector, {
1617} from '../../../../components/form-elements/draft-js-mention-selector' ;
1718import Form from '../../../../components/form-elements/form/Form' ;
1819import Media from '../../../../components/media' ;
20+
21+
1922import messages from './messages' ;
23+
2024import type { GetAvatarUrlCallback } from '../../../common/flowTypes' ;
2125import type { SelectorItems , User } from '../../../../common/types/core' ;
2226
You can’t perform that action at this time.
0 commit comments