Skip to content

Instantly share code, notes, and snippets.

@alexkuttig
Created September 26, 2022 09:41
Show Gist options
  • Save alexkuttig/da939d3236218c4f39f4d37669857315 to your computer and use it in GitHub Desktop.
Save alexkuttig/da939d3236218c4f39f4d37669857315 to your computer and use it in GitHub Desktop.
Chapter 1 - 1
function App() {
return (
<div>
<p>Hello World!</p>
</div>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment