Skip to content

Commit 3426225

Browse files
committed
fix: linter issues
1 parent 7351beb commit 3426225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/SampleApp/src/screens/ThreadScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useEffect } from 'react';
1+
import React from 'react';
22
import { Platform, StyleSheet, View } from 'react-native';
33
import { SafeAreaView } from 'react-native-safe-area-context';
44
import { Channel, Thread, ThreadType, useTheme, useTypingString } from 'stream-chat-react-native';

0 commit comments

Comments
 (0)