UNPKG

react-jwchat

Version:

This is an easy-to-use web chat component, based on react.

4 lines (3 loc) 187 B
export { default as Chat } from './components/Chat'; export { default as ContactList } from './components/ContactList'; export { default as ContactItem } from './components/ContactItem';