diff --git a/src/components/ChannelList/ChannelList.tsx b/src/components/ChannelList/ChannelList.tsx index 50ef9347a..b5b95f13a 100644 --- a/src/components/ChannelList/ChannelList.tsx +++ b/src/components/ChannelList/ChannelList.tsx @@ -36,7 +36,6 @@ import { moveChannelUpwards } from './utils'; import type { CustomQueryChannelsFn } from './hooks/usePaginatedChannels'; import type { ChannelListMessengerProps } from './ChannelListMessenger'; import type { ChannelPreviewUIComponentProps } from '../ChannelPreview/ChannelPreview'; -import type { SearchProps } from '../Search'; import type { EmptyStateIndicatorProps } from '../EmptyStateIndicator'; import type { LoadMorePaginatorProps } from '../LoadMore/LoadMorePaginator'; import type { ChatContextValue } from '../../context';