SurfSense/surfsense_web/components/chat/ChatPannel/ChatPannelContainer.tsx

6 lines
114 B
TypeScript
Raw Normal View History

2025-10-22 15:14:38 +02:00
import ChatPanelView from "./ChatPanelView";
2025-10-22 14:51:13 +02:00
export function ChatPanelContainer() {
2025-10-22 15:14:38 +02:00
return <ChatPanelView />;
2025-10-22 14:51:13 +02:00
}