Skip to content

Instantly share code, notes, and snippets.

@tj-mc
Created December 27, 2020 03:31
Show Gist options
  • Save tj-mc/881a2c2b1a0e1b3454278a230ad83ed2 to your computer and use it in GitHub Desktop.
Save tj-mc/881a2c2b1a0e1b3454278a230ad83ed2 to your computer and use it in GitHub Desktop.
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