Skip to content

Instantly share code, notes, and snippets.

@koss-lebedev
Last active July 5, 2022 10:47
type Props = {
video: Video
}
const Thumbnail = ({ video }: Props) => {
return <img src={video.coverUrl} />
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment