Skip to content

Commit 49e9d4a

Browse files
cleanup
1 parent 30cfabf commit 49e9d4a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/contexts/messageInputContext/MessageInputContext.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import React, {
66
useState,
77
} from 'react';
88
import { Keyboard } from 'react-native';
9-
109
import uniq from 'lodash/uniq';
1110
import { lookup } from 'mime-types';
1211
import {
@@ -25,7 +24,6 @@ import {
2524
} from './hooks/useMessageDetailsForState';
2625

2726
import { useAttachmentPickerContext } from '../attachmentPickerContext/AttachmentPickerContext';
28-
2927
import { useChatContext } from '../chatContext/ChatContext';
3028
import {
3129
ChannelContextValue,

0 commit comments

Comments
 (0)