Skip to content

Instantly share code, notes, and snippets.

@diego3g
Last active May 21, 2018 14: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 diego3g/33fba6facd97b9ff7106c4f2c86387fa to your computer and use it in GitHub Desktop.
Save diego3g/33fba6facd97b9ff7106c4f2c86387fa to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
export default class Home extends Component {
render() {
return (
<h1>Hello World</h1>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment