Created
June 29, 2022 12:25
-
-
Save akulsr0/ad4089c17216d57da0f44f8ec6bd5fb8 to your computer and use it in GitHub Desktop.
Test component via cdn
This file contains 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
export function Greet({ name }) { | |
return <h3>Hello, {name}</h3>; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment