File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,9 @@ import Pencil16 from '../../../../../icon/line/Pencil16';
1515import Trash16 from '../../../../../icon/line/Trash16' ;
1616import X16 from '../../../../../icon/fill/X16' ;
1717
18- import { FeedItemStatus } from '../../../../../common/types/feed' ;
19- import './BaseCommentMenu.scss' ;
18+ import type { FeedItemStatus } from '../../../../../common/types/feed' ;
2019
21- // DEVIN_TODO: Need proper types from @types /react-tether
22- // Removed unused TetherProps interface as it's handled by @ts-expect-error
20+ import './BaseCommentMenu.scss' ;
2321
2422export interface BaseCommentMenuProps {
2523 canDelete : boolean ;
@@ -35,6 +33,7 @@ export interface BaseCommentMenuProps {
3533 isResolved : boolean ;
3634 onSelect : ( isSelected : boolean ) => void ;
3735}
36+
3837export const BaseCommentMenu = ( {
3938 canDelete,
4039 canEdit,
You can’t perform that action at this time.
0 commit comments