Created
December 27, 2020 03:31
-
-
Save tj-mc/881a2c2b1a0e1b3454278a230ad83ed2 to your computer and use it in GitHub Desktop.
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, {FunctionComponent as FC} from 'react' | |
const Template: FC<{}> = props => { | |
return ( | |
<> </> | |
) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment