mirror of
https://github.com/KuekHaoYang/KVideo.git
synced 2026-08-12 23:33:43 +08:00
feat: import useResolutionProbe hook for video resolution probing in VideoGrid component
This commit is contained in:
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user