Skip to content

Instantly share code, notes, and snippets.

@acomito
Created December 8, 2016 14:04
Show Gist options
  • Save acomito/09f5800797d6244e4cef76fd09fc65b9 to your computer and use it in GitHub Desktop.
Save acomito/09f5800797d6244e4cef76fd09fc65b9 to your computer and use it in GitHub Desktop.
import React from 'react';
export class TokBoxChat extends React.Component {
constructor(props){
super(props);
}
render() {
return (
<div>
Our Code Will Go Here
</div>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment