Skip to content

Instantly share code, notes, and snippets.

@fusionstrings
Last active February 3, 2023 11:18
Show Gist options
  • Save fusionstrings/5137d12921a54ab39d546826d6d27476 to your computer and use it in GitHub Desktop.
Save fusionstrings/5137d12921a54ab39d546826d6d27476 to your computer and use it in GitHub Desktop.
function App() {
return (
<div>
<h1>Hello, World! What's up</h1>
</div>
);
}
ReactDOM.render(<App />, document.getElementById("root"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment