Skip to content

Instantly share code, notes, and snippets.

@ro31337
Created March 6, 2016 01:13
Show Gist options
  • Select an option

  • Save ro31337/e38386fffabb1a0ebdac to your computer and use it in GitHub Desktop.

Select an option

Save ro31337/e38386fffabb1a0ebdac to your computer and use it in GitHub Desktop.
import React from 'react';
class Greeter extends React.Component {
render() {
return <h1>Hello!</h1>;
}
}
export default Greeter;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment