Skip to content

Instantly share code, notes, and snippets.

@eamonnboyle
Created February 22, 2021 15:10
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 eamonnboyle/ce6dc57b91093c04502eabc653c0f2d5 to your computer and use it in GitHub Desktop.
Save eamonnboyle/ce6dc57b91093c04502eabc653c0f2d5 to your computer and use it in GitHub Desktop.
Weather App Tutorial - Empty App Component
...
function App() {
return (
<div>
<h1>Weather App</h1>
</div>
);
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment