diff options
author | Ivan Chen <ivan@tagg.id> | 2021-04-09 13:27:45 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-04-09 13:27:45 -0400 |
commit | c54a25dc05eeb70780bc3a3ec05cb8cbed3f334b (patch) | |
tree | 9c5eba5cbdf0d8989022e723613795560374256b /src/screens/chat/NewChatModal.tsx | |
parent | 0ebd64161da70d5d417886d7026ec8e0f4691db3 (diff) |
code cleanup
Diffstat (limited to 'src/screens/chat/NewChatModal.tsx')
-rw-r--r-- | src/screens/chat/NewChatModal.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/screens/chat/NewChatModal.tsx b/src/screens/chat/NewChatModal.tsx index 32a9b667..a7754d3a 100644 --- a/src/screens/chat/NewChatModal.tsx +++ b/src/screens/chat/NewChatModal.tsx @@ -1,5 +1,4 @@ -import {useNavigation} from '@react-navigation/core'; -import React, {useEffect, useRef, useState} from 'react'; +import React, {useEffect, useState} from 'react'; import { Keyboard, SectionListData, |