-
-
Save velopert/a64cf995a22f71b388cc189ef0bf844f to your computer and use it in GitHub Desktop.
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
import React from 'react'; | |
function Hello(props) { | |
return ( | |
<div>Hello {props.name}</div> | |
); | |
} | |
export default Hello; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment