Skip to content

Commit 6deae15

Browse files
committed
refactor: remove unused import
1 parent 1c25647 commit 6deae15

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

team-ts/src/components/TeamMessage/TeamMessage.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import type {TranslationLanguages} from 'stream-chat';
44
import {
55
Attachment,
66
Avatar,
7+
DialogAnchor,
78
EditMessageForm,
89
isOnlyEmojis,
910
MESSAGE_ACTIONS,
@@ -14,14 +15,15 @@ import {
1415
MessageStatus,
1516
MessageTimestamp,
1617
ReactionIcon,
17-
ReactionsList,
1818
ReactionSelector,
19+
ReactionsList,
1920
renderText as defaultRenderText,
2021
showMessageActionsBox,
2122
ThreadIcon,
22-
useComponentContext,
23+
useDialog,
24+
useDialogIsOpen,
2325
useMessageContext,
24-
useTranslationContext, DialogAnchor, useDialog, useDialogIsOpen,
26+
useTranslationContext,
2527
} from 'stream-chat-react';
2628

2729
import {PinIndicator} from './PinIndicator';

0 commit comments

Comments
 (0)