Skip to content

Instantly share code, notes, and snippets.

@sajithdilshan
Created November 18, 2017 15:51
Show Gist options
  • Select an option

  • Save sajithdilshan/0d1553fa29378dacdeb8bc69cf4f1520 to your computer and use it in GitHub Desktop.

Select an option

Save sajithdilshan/0d1553fa29378dacdeb8bc69cf4f1520 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
class Alice extends Component {
render() {
return (
<div>
<h2> Hi, I am Alice </h2>
</div>
);
}
}
export default Alice;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment