Guest User

Untitled

a guest
May 25th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. class Foo extends ChatComponent {
  2. render() {
  3. return(
  4. <div className="Foo">
  5. ...Foo things
  6. </div>
  7. <div className="FooBar">
  8. ...do something else
  9. </div>
  10. );
  11. }
  12. }
Add Comment
Please, Sign In to add comment