add 'generate podcast component'

This commit is contained in:
CREDO23 2025-10-22 15:14:38 +02:00 committed by thierryverse
parent 37bf3445b0
commit 24e366d326
3 changed files with 27 additions and 3 deletions

View file

@ -1,3 +1,5 @@
import ChatPanelView from "./ChatPanelView";
export function ChatPanelContainer() {
return <div>Chat Panel container</div>;
return <ChatPanelView />;
}