Skip to content

Instantly share code, notes, and snippets.

@AZagatti
Last active May 4, 2020 02:44
Show Gist options
  • Save AZagatti/4e596c4697a66b05e63674556bc78d7c to your computer and use it in GitHub Desktop.
Save AZagatti/4e596c4697a66b05e63674556bc78d7c to your computer and use it in GitHub Desktop.
App.js
import React from 'react';
import Person from './components/Person';
function App() {
return <Person />;
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment