mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-01 11:56:25 +02:00
3 lines
80 B
TypeScript
3 lines
80 B
TypeScript
export default function ChatPanelView() {
|
|
return <div>Chat Panel View</div>;
|
|
}
|