Skip to content

Instantly share code, notes, and snippets.

@Mohammad-Faisal
Last active April 22, 2022 03:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Mohammad-Faisal/3f452b5a54c6a7542869c1448caaaa7e to your computer and use it in GitHub Desktop.
Save Mohammad-Faisal/3f452b5a54c6a7542869c1448caaaa7e to your computer and use it in GitHub Desktop.
return (
<>
<div> {user.name} </div>
<div> {user.age} </div>
<div> {user.profession} </div>
</>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment