Skip to content

Instantly share code, notes, and snippets.

@mateuszsokola
Created October 11, 2017 20:11
Show Gist options
  • Save mateuszsokola/59857d791f51f1392a15016a7023e495 to your computer and use it in GitHub Desktop.
Save mateuszsokola/59857d791f51f1392a15016a7023e495 to your computer and use it in GitHub Desktop.
import * as React from "react";
export default class Hello extends React.Component {
render() {
return <h1>Hello!</h1>;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment