Skip to content

Instantly share code, notes, and snippets.

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