Skip to content

Instantly share code, notes, and snippets.

@felipecesr
Created October 2, 2019 21:16
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 felipecesr/a5bf6dc0564b0a09a6d5631ef8a6770c to your computer and use it in GitHub Desktop.
Save felipecesr/a5bf6dc0564b0a09a6d5631ef8a6770c to your computer and use it in GitHub Desktop.
export const Card = ({ user }) => (
<div>{user.name}</div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment