Skip to content

Commit bc33bb6

Browse files
chore(comment-form): organize imports
Co-Authored-By: tjuanitas@box.com <tjuanitas@box.com>
1 parent 16eac41 commit bc33bb6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/elements/content-sidebar/activity-feed/comment-form/CommentForm.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import noop from 'lodash/noop';
77
import classNames from 'classnames';
88
import { EditorState } from 'draft-js';
99
import { FormattedMessage, injectIntl } from 'react-intl';
10+
1011
import type { IntlShape } from 'react-intl';
1112
import Avatar from '../Avatar';
1213
import CommentFormControls from './CommentFormControls';
@@ -16,7 +17,10 @@ import DraftJSMentionSelector, {
1617
} from '../../../../components/form-elements/draft-js-mention-selector';
1718
import Form from '../../../../components/form-elements/form/Form';
1819
import Media from '../../../../components/media';
20+
21+
1922
import messages from './messages';
23+
2024
import type { GetAvatarUrlCallback } from '../../../common/flowTypes';
2125
import type { SelectorItems, User } from '../../../../common/types/core';
2226

0 commit comments

Comments
 (0)