Created
September 3, 2021 03:45
-
-
Save hieptl/09b441520e60afe23725dd944fce35e7 to your computer and use it in GitHub Desktop.
Chat.js - Mention Chat App
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// import cometchat components. | |
import {CometChatUI} from "../cometchat-pro-react-ui-kit/CometChatWorkspace/src"; | |
function Chat() { | |
return ( | |
<div className="chat-container"> | |
{/* CometChat Components will be go here */} | |
<CometChatUI /> | |
</div> | |
); | |
} | |
export default Chat; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment