Skip to content

Instantly share code, notes, and snippets.

@rob-gordon
Created August 20, 2022 13:51
Show Gist options
  • Save rob-gordon/13622ec04347d5f4c21c9b06ccfc5907 to your computer and use it in GitHub Desktop.
Save rob-gordon/13622ec04347d5f4c21c9b06ccfc5907 to your computer and use it in GitHub Desktop.
My Public Module Gist
function HelloWorld() {
console.log("Hello World");
}
export default HelloWorld;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment