Skip to content

Instantly share code, notes, and snippets.

@A
Created April 17, 2015 13:03
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 A/31d39ec352508ec3a280 to your computer and use it in GitHub Desktop.
Save A/31d39ec352508ec3a280 to your computer and use it in GitHub Desktop.
import React from 'react';
export default class App extends React.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