Created
May 9, 2021 11:51
-
-
Save KrustyC/73172bae8e6db105c9fed5ca5fee252c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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