Skip to content

Instantly share code, notes, and snippets.

@mathieulesniak
Created October 2, 2016 14:42
Show Gist options
  • Save mathieulesniak/ed3f6b7926ae37375421682052cda46b to your computer and use it in GitHub Desktop.
Save mathieulesniak/ed3f6b7926ae37375421682052cda46b to your computer and use it in GitHub Desktop.
import React from 'react';
class HelloWorld extends React.Component {
render() {
return <h1>Hello World !</h1>;
}
}
export default HelloWorld;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment