Created
May 4, 2020 00:46
-
-
Save AZagatti/de5dbc321bfd93ddc4506df91a950b1b to your computer and use it in GitHub Desktop.
React Component
This file contains hidden or 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'; | |
export default function Person() { | |
return ( | |
<h1>O nome da pessoa é: André Zagatti</h1> | |
); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment