diff options
Diffstat (limited to 'src/screens/chat/NewChatModal.tsx')
-rw-r--r-- | src/screens/chat/NewChatModal.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screens/chat/NewChatModal.tsx b/src/screens/chat/NewChatModal.tsx index 3d9a1d70..0b0661f9 100644 --- a/src/screens/chat/NewChatModal.tsx +++ b/src/screens/chat/NewChatModal.tsx @@ -7,7 +7,6 @@ import { Text, View, } from 'react-native'; -import {useSharedValue} from 'react-native-reanimated'; import {BottomDrawer} from '../../components'; import { SEARCH_ENDPOINT_MESSAGES, |