Skip to content

Commit

Permalink
Merge pull request #596 from GetStream/add-preview-exports
Browse files Browse the repository at this point in the history
add missing exports
  • Loading branch information
tsirlucas authored Apr 8, 2021
2 parents c80dff8 + df20b40 commit 3a3ae58
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export * from './ChannelList/ChannelList';
export * from './ChannelList/ChannelListFooterLoadingIndicator';
export * from './ChannelList/ChannelListHeaderErrorIndicator';
export * from './ChannelList/ChannelListHeaderNetworkDownIndicator';
export * from './ChannelList/ChannelListLoadingIndicator';
export * from './ChannelList/ChannelListMessenger';
export * from './ChannelList/hooks/listeners/useAddedToChannelNotification';
export * from './ChannelList/hooks/listeners/useChannelDeleted';
Expand All @@ -59,12 +60,17 @@ export * from './ChannelList/Skeleton';
export * from './ChannelPreview/ChannelAvatar';
export * from './ChannelPreview/ChannelPreview';
export * from './ChannelPreview/ChannelPreviewMessenger';
export * from './ChannelPreview/ChannelPreviewMessage';
export * from './ChannelPreview/ChannelPreviewStatus';
export * from './ChannelPreview/ChannelPreviewTitle';
export * from './ChannelPreview/ChannelPreviewUnreadCount';
export * from './ChannelPreview/hooks/useChannelPreviewDisplayAvatar';
export * from './ChannelPreview/hooks/useChannelPreviewDisplayName';
export * from './ChannelPreview/hooks/useChannelPreviewDisplayPresence';
export * from './ChannelPreview/hooks/useLatestMessagePreview';

export * from './Chat/Chat';
export * from './Chat/hooks/useAppStateListener';
export * from './Chat/hooks/useCreateChatContext';
export * from './Chat/hooks/useIsOnline';

Expand Down Expand Up @@ -101,6 +107,7 @@ export * from './MessageInput/AttachButton';
export * from './MessageInput/CommandsButton';
export * from './MessageInput/FileUploadPreview';
export * from './MessageInput/ImageUploadPreview';
export * from './MessageInput/InputButtons';
export * from './MessageInput/MessageInput';
export * from './MessageInput/MoreOptionsButton';
export * from './MessageInput/SendButton';
Expand Down

0 comments on commit 3a3ae58

Please sign in to comment.