add chat pannel view

This commit is contained in:
CREDO23 2025-10-22 14:52:17 +02:00 committed by thierryverse
parent 70dd7f1cd7
commit 37bf3445b0

View file

@ -0,0 +1,3 @@
export default function ChatPanelView() {
return <div>Chat Panel View</div>;
}