Skip to content

Instantly share code, notes, and snippets.

@hyperh
Last active December 5, 2016 02:37
Show Gist options
  • Save hyperh/d6fb194183e998eadca03d5282593337 to your computer and use it in GitHub Desktop.
Save hyperh/d6fb194183e998eadca03d5282593337 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
export default class App extends Component {
render() {
return (
<div>
Hello world!
</div>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment