Skip to content

Instantly share code, notes, and snippets.

@D-Maher
Last active March 16, 2023 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save D-Maher/3a526a087cb76c51e843043bb73b1af7 to your computer and use it in GitHub Desktop.
Save D-Maher/3a526a087cb76c51e843043bb73b1af7 to your computer and use it in GitHub Desktop.
Simple React component
import React from "react";
function HelloWorld() {
return <h1>Hello, World!</h1>;
}
export default HelloWorld;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment