Skip to content

Instantly share code, notes, and snippets.

@AZagatti
Created May 4, 2020 00:46
Show Gist options
  • Save AZagatti/de5dbc321bfd93ddc4506df91a950b1b to your computer and use it in GitHub Desktop.
Save AZagatti/de5dbc321bfd93ddc4506df91a950b1b to your computer and use it in GitHub Desktop.
React Component
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