Skip to content

Instantly share code, notes, and snippets.

@matheusml
Last active June 20, 2017 20:29
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 matheusml/c46d1f293ba33bd84e140e54d7fb5c7f to your computer and use it in GitHub Desktop.
Save matheusml/c46d1f293ba33bd84e140e54d7fb5c7f to your computer and use it in GitHub Desktop.
import React from 'react';
export default function Presentational() {
return (
<h1>Hello World</h1>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment