import ChatPanelView from "./ChatPanelView";
export function ChatPanelContainer() {
return <ChatPanelView />;
}