Created
August 20, 2022 13:51
-
-
Save rob-gordon/13622ec04347d5f4c21c9b06ccfc5907 to your computer and use it in GitHub Desktop.
My Public Module Gist
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
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