Skip to content

Instantly share code, notes, and snippets.

@rafaelcamargo
Created June 8, 2022 17:25
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 rafaelcamargo/b12537d170350a53db8abb4a398be305 to your computer and use it in GitHub Desktop.
Save rafaelcamargo/b12537d170350a53db8abb4a398be305 to your computer and use it in GitHub Desktop.
const MyComponent = () => {
return <div>Hello!</div>
}
export default MyComponent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment