File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11import * as React from 'react' ;
2-
32import { FormattedMessage } from 'react-intl' ;
43import TetherComponent from 'react-tether' ;
54
6- import { ACTIVITY_TARGETS } from '../../../../common/interactionTargets' ;
7- import { COMMENT_STATUS_OPEN , COMMENT_STATUS_RESOLVED } from '../../../../../constants' ;
8- import { MenuItem } from '../../../../../components/menu' ;
9-
105import Checkmark16 from '../../../../../icon/line/Checkmark16' ;
116import DeleteConfirmation from '../../common/delete-confirmation' ;
127import Media from '../../../../../components/media' ;
13- import messages from '../messages' ;
148import Pencil16 from '../../../../../icon/line/Pencil16' ;
159import Trash16 from '../../../../../icon/line/Trash16' ;
1610import X16 from '../../../../../icon/fill/X16' ;
11+ import { MenuItem } from '../../../../../components/menu' ;
12+
13+ import { ACTIVITY_TARGETS } from '../../../../common/interactionTargets' ;
14+ import { COMMENT_STATUS_OPEN , COMMENT_STATUS_RESOLVED } from '../../../../../constants' ;
15+
16+ import messages from '../messages' ;
1717
1818import type { FeedItemStatus } from '../../../../../common/types/feed' ;
1919
You can’t perform that action at this time.
0 commit comments