mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-04 21:32:39 +02:00
add 'generate podcast component'
This commit is contained in:
parent
37bf3445b0
commit
24e366d326
3 changed files with 27 additions and 3 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import ChatPanelView from "./ChatPanelView";
|
||||
|
||||
export function ChatPanelContainer() {
|
||||
return <div>Chat Panel container</div>;
|
||||
return <ChatPanelView />;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue