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