Skip to content

Instantly share code, notes, and snippets.

@acomito
Created December 8, 2016 14:05
Show Gist options
  • Save acomito/083d498a73e6c6fc530c6dd35066fed1 to your computer and use it in GitHub Desktop.
Save acomito/083d498a73e6c6fc530c6dd35066fed1 to your computer and use it in GitHub Desktop.
import React from 'react';
import { TokboxChat } from './tokbox/tokbox-chat';
const Index = () => (
<div className="Index">
<TokboxChat />
</div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment