Skip to content

Instantly share code, notes, and snippets.

@dileno
Created September 20, 2019 09:09
Show Gist options
  • Save dileno/391369313f997abfc5121ce027cb87e2 to your computer and use it in GitHub Desktop.
Save dileno/391369313f997abfc5121ce027cb87e2 to your computer and use it in GitHub Desktop.
RandomUser React App
import React from 'react';
import RandomUser from './RandomUser';
import './App.css';
function App() {
return (
<div className="App">
<header className="App-header">
<RandomUser />
</header>
</div>
);
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment