SurfSense/surfsense_web/components/chat/ChatPannel/ChatPanelView.tsx
2025-11-06 21:52:45 +02:00

3 lines
80 B
TypeScript

export default function ChatPanelView() {
return <div>Chat Panel View</div>;
}