Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
isekovanic committed Dec 19, 2024
1 parent 2a912d7 commit d9ac5a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/SampleApp/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import type { Immutable } from 'seamless-immutable';
import type { Channel, ExtendableGenerics, UserResponse, DefaultGenerics } from 'stream-chat';
import type { Channel, UserResponse } from 'stream-chat';
import type { ThreadContextValue } from 'stream-chat-react-native';
import type { Theme } from '@react-navigation/native';
import { DefaultStreamChatGenerics } from 'stream-chat-react-native';

export type LocalAttachmentType = {
file_size?: number;
Expand Down

0 comments on commit d9ac5a6

Please sign in to comment.