mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-29 10:56:24 +02:00
3 lines
82 B
TypeScript
3 lines
82 B
TypeScript
export function ChatPanelContainer() {
|
|
return <div>Chat Panel container</div>;
|
|
}
|