Skip to content

Instantly share code, notes, and snippets.

@koss-lebedev
Last active July 5, 2022 10:47
Show Gist options
  • Save koss-lebedev/5662eb6483b1656eaf73fd36e2f65e22 to your computer and use it in GitHub Desktop.
Save koss-lebedev/5662eb6483b1656eaf73fd36e2f65e22 to your computer and use it in GitHub Desktop.
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