Skip to content

Instantly share code, notes, and snippets.

@bashidagha
Created February 25, 2022 18:52
Show Gist options
  • Save bashidagha/cf01cfe68209439fd9a0bdee82c5ce41 to your computer and use it in GitHub Desktop.
Save bashidagha/cf01cfe68209439fd9a0bdee82c5ce41 to your computer and use it in GitHub Desktop.
const App= () => {
return <div><h1>Hello World</h1></div>
)}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment