"use client"; import KinescopeReactPlayer from "@kinescope/react-kinescope-player"; interface Props { videoId: string; } export function KinescopePlayer({ videoId }: Props) { return (
); }