import ChatBody from "../ChatBody"; import InputToolbar from "../InputToolbar"; const MainChat: React.FC = () => (
) export default MainChat