Skip to content

Instantly share code, notes, and snippets.

@KrustyC
Created May 9, 2021 11:51
Show Gist options
  • Save KrustyC/73172bae8e6db105c9fed5ca5fee252c to your computer and use it in GitHub Desktop.
Save KrustyC/73172bae8e6db105c9fed5ca5fee252c to your computer and use it in GitHub Desktop.
export function App() {
return (
<div>
<h2>My first React Todo App</h2>
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment