diff --git a/components/search/VideoGrid.tsx b/components/search/VideoGrid.tsx index edcb2f8..ca99092 100644 --- a/components/search/VideoGrid.tsx +++ b/components/search/VideoGrid.tsx @@ -6,6 +6,7 @@ import { VideoCard } from './VideoCard'; import { VideoGroupCard, GroupedVideo } from './VideoGroupCard'; import { settingsStore } from '@/lib/store/settings-store'; import { Video } from '@/lib/types'; +import { useResolutionProbe } from '@/lib/hooks/useResolutionProbe'; interface VideoGridProps { videos: Video[];