Guest User

Untitled

a guest
Jul 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. export default class extends PureComponent {
  2. constructor(props) {
  3. super(props);
  4. this.state = {
  5.  
  6. };
  7. }
  8. render() {
  9. return (
  10. <div></div>
  11. );
  12. }
  13. }
Add Comment
Please, Sign In to add comment