Skip to content

Instantly share code, notes, and snippets.

@velopert
Created January 15, 2017 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velopert/a64cf995a22f71b388cc189ef0bf844f to your computer and use it in GitHub Desktop.
Save velopert/a64cf995a22f71b388cc189ef0bf844f to your computer and use it in GitHub Desktop.
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