diff options
author | Ivan Chen <ivan@tagg.id> | 2021-04-26 17:46:06 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-04-26 17:46:06 -0400 |
commit | b6134c042658994421163ceda21731505098e2ac (patch) | |
tree | 9300255cd22a7afa6f10693e938327904bfabac5 /src/screens/chat/NewChatModal.tsx | |
parent | 604dc249185b40ab60c8c44a83e97e30194f9087 (diff) |
linted
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, |