4 lines
114 B
JavaScript
4 lines
114 B
JavaScript
import ChatLivePanel from "./chat-live-panel";
|
|
|
|
export default class ChatThreadLivePanel extends ChatLivePanel {}
|