()
| 139 | // Special view for video results |
| 140 | if (content.videoUrl) { |
| 141 | const handleDownloadVideo = () => { |
| 142 | downloadImage(content.videoUrl!, `generated-video-${Date.now()}.mp4`); |
| 143 | }; |
| 144 | |
| 145 | return ( |
| 146 | <div className="w-full h-full flex flex-col items-center gap-4 animate-fade-in"> |
nothing calls this directly
no test coverage detected