| 14 | import VideoCard from '@/components/VideoCard'; |
| 15 | |
| 16 | interface ContinueWatchingProps { |
| 17 | className?: string; |
| 18 | } |
| 19 | |
| 20 | export default function ContinueWatching({ className }: ContinueWatchingProps) { |
| 21 | const [playRecords, setPlayRecords] = useState< |
nothing calls this directly
no outgoing calls
no test coverage detected