import { CometChatCollaborativeBubble } from "../CollaborativeBubble/CometChatCollaborativeBubble";
import { CollaborativeWhiteboardExtension } from "./CollaborativeWhiteboardExtension";
import { CollaborativeWhiteboardExtensionDecorator } from "./CollaborativeWhiteboardExtensionDecorator";

export {
  CollaborativeWhiteboardExtension,
  CollaborativeWhiteboardExtensionDecorator,
  CometChatCollaborativeBubble as CometChatCollaborativeWhiteBoardBubble,
};
