Skip to content

Instantly share code, notes, and snippets.

@erickakoyama
Last active June 22, 2020 17:27
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 erickakoyama/d8720462a6c982a5a3af2ebdafdb46d4 to your computer and use it in GitHub Desktop.
Save erickakoyama/d8720462a6c982a5a3af2ebdafdb46d4 to your computer and use it in GitHub Desktop.
const foo = () => {
return <Fragment>
I live here
</Fragment>;
}
const bar = () => {
return <>
Sad
</>;
}
const buz = () => {
return 'Wow'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment