| 6 | import { Clock, User } from "lucide-react"; |
| 7 | |
| 8 | interface LoadingContextProps { |
| 9 | videoInfo?: VideoInfo | null; |
| 10 | preview?: string; |
| 11 | } |
| 12 | |
| 13 | export function LoadingContext({ videoInfo, preview }: LoadingContextProps) { |
| 14 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected