Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. import React from 'react';
  2.  
  3.  
  4. export class TokBoxChat extends React.Component {
  5. constructor(props){
  6. super(props);
  7. }
  8. render() {
  9. return (
  10. <div>
  11. Our Code Will Go Here
  12. </div>
  13. );
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement