Guest User

Untitled

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