Skip to content

Instantly share code, notes, and snippets.

@tj-mc
Last active December 27, 2020 03:17
Show Gist options
  • Save tj-mc/c1f373ab5a5dd69a52f6791210d1ac42 to your computer and use it in GitHub Desktop.
Save tj-mc/c1f373ab5a5dd69a52f6791210d1ac42 to your computer and use it in GitHub Desktop.
const Component: FC<{ text: string }> = props => {
return (
<> </>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment