Skip to content

Commit d9ac5a6

Browse files
committed
fix: lint issues
1 parent 2a912d7 commit d9ac5a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/SampleApp/src/types.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import type { Immutable } from 'seamless-immutable';
2-
import type { Channel, ExtendableGenerics, UserResponse, DefaultGenerics } from 'stream-chat';
2+
import type { Channel, UserResponse } from 'stream-chat';
33
import type { ThreadContextValue } from 'stream-chat-react-native';
44
import type { Theme } from '@react-navigation/native';
5-
import { DefaultStreamChatGenerics } from 'stream-chat-react-native';
65

76
export type LocalAttachmentType = {
87
file_size?: number;

0 commit comments

Comments
 (0)