MCPcopy
hub / github.com/katelya77/KatelyaTV / ContinueWatchingProps

Interface ContinueWatchingProps

src/components/ContinueWatching.tsx:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import VideoCard from '@/components/VideoCard';
15
16interface ContinueWatchingProps {
17 className?: string;
18}
19
20export default function ContinueWatching({ className }: ContinueWatchingProps) {
21 const [playRecords, setPlayRecords] = useState<

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected