Skip to content

Instantly share code, notes, and snippets.

@hesan-aminiloo
Created July 15, 2022 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hesan-aminiloo/a87f33001d30523c94966da0dfc8025e to your computer and use it in GitHub Desktop.
Save hesan-aminiloo/a87f33001d30523c94966da0dfc8025e to your computer and use it in GitHub Desktop.
const Image = ({ item }) => {
return <img src={item.bookCover} />
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment