UNPKG

react-jwchat

Version:

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

3 lines 186 B
export { default as Chat } from "./components/Chat"; export { default as ContactList } from "./components/ContactList"; export { default as ContactItem } from "./components/ContactItem";