Skip to content

Instantly share code, notes, and snippets.

@alexbenic
Created June 23, 2018 13:24
Show Gist options
  • Save alexbenic/b9545c9ee18c7aa298c977f343a322f9 to your computer and use it in GitHub Desktop.
Save alexbenic/b9545c9ee18c7aa298c977f343a322f9 to your computer and use it in GitHub Desktop.
class App extends Component {
constructor(props) {
super(props);
this.state = {};
}
render() {
return (
<div></div>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment