diff --git a/components/video-player-section.tsx b/components/video-player-section.tsx index f1def10..d1fd014 100644 --- a/components/video-player-section.tsx +++ b/components/video-player-section.tsx @@ -16,6 +16,7 @@ import { DetectionData, DetectionType } from "@/lib/types" const API_URL = process.env.NEXT_PUBLIC_API_URL + type VideoPlayerSectionProps = { data: DetectionData videoId: string