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

4 lines
82 B
TypeScript
Raw Normal View History

2025-10-22 14:51:13 +02:00
export function ChatPanelContainer() {
return <div>Chat Panel container</div>;
}