Skip to content

Instantly share code, notes, and snippets.

@sajithdilshan
Created November 18, 2017 15:45
Show Gist options
  • Save sajithdilshan/3904d94aa17bed59badc9a3fe6b9db47 to your computer and use it in GitHub Desktop.
Save sajithdilshan/3904d94aa17bed59badc9a3fe6b9db47 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
class App extends Component {
render() {
return (
<div className="greeting">
<h1> Hello World! </h1>
</div>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment