fix: added sol for flickering in video-player-section

This commit is contained in:
sumona-banerjeee
2026-02-25 11:23:43 +05:30

View File

@@ -16,6 +16,7 @@ import { DetectionData, DetectionType } from "@/lib/types"
const API_URL = process.env.NEXT_PUBLIC_API_URL const API_URL = process.env.NEXT_PUBLIC_API_URL
type VideoPlayerSectionProps = { type VideoPlayerSectionProps = {
data: DetectionData data: DetectionData
videoId: string videoId: string