Created
June 18, 2022 08:04
-
-
Save GuillaumeDaviid/8fbdb406e1801a56d6cd32c45b7ea84a to your computer and use it in GitHub Desktop.
react composant : example 2
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
function Exemple(props) { | |
return <h1>Hello World</h1>; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment