Created
January 25, 2021 22:56
-
-
Save robtry/522a3d83a0aa832eff4179bdd57f6812 to your computer and use it in GitHub Desktop.
Functional Component Typescript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
const Component: React.FC = () => { | |
return ( | |
<></> | |
) | |
} | |
export default Component; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment