Skip to content

Instantly share code, notes, and snippets.

@velopert
Created January 15, 2017 07:24
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/ae5368b57c2397c5f8e477026adb2fcd to your computer and use it in GitHub Desktop.
Save velopert/ae5368b57c2397c5f8e477026adb2fcd to your computer and use it in GitHub Desktop.
import React from 'react';
const 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