mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-09 07:42:39 +02:00
5 lines
114 B
TypeScript
5 lines
114 B
TypeScript
import ChatPanelView from "./ChatPanelView";
|
|
|
|
export function ChatPanelContainer() {
|
|
return <ChatPanelView />;
|
|
}
|