mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-29 19:06:24 +02:00
5 lines
114 B
TypeScript
5 lines
114 B
TypeScript
import ChatPanelView from "./ChatPanelView";
|
|
|
|
export function ChatPanelContainer() {
|
|
return <ChatPanelView />;
|
|
}
|