mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-11 08:42:39 +02:00
3 lines
82 B
TypeScript
3 lines
82 B
TypeScript
export function ChatPanelContainer() {
|
|
return <div>Chat Panel container</div>;
|
|
}
|