Skip to content

Instantly share code, notes, and snippets.

@velopert
Created January 15, 2017 07:33
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/c122a237a65378fab871040735e44f5a to your computer and use it in GitHub Desktop.
Save velopert/c122a237a65378fab871040735e44f5a to your computer and use it in GitHub Desktop.
import React from 'react';
const Hello = ({name}) => {
return (
<div>Hello {name}</div>
);
}
export default Hello;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment