From 3ad32e2c9571641dd835d3f9fbb3a7118974c0b8 Mon Sep 17 00:00:00 2001 From: Zita Szupera Date: Tue, 17 Mar 2026 13:38:46 +0100 Subject: [PATCH] chore: fix lint --- src/components/ChannelList/ChannelList.tsx | 1 - 1 file changed, 1 deletion(-) 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';