chore: remove comment

This commit is contained in:
Shivam Mishra
2025-06-10 17:51:20 +05:30
parent 532c5c3324
commit 81f5c9aa12
@@ -24,12 +24,3 @@ export const ChatwootConversation = ({
</div>
);
};
// Export props interface for TypeScript users (future)
// export interface ChatwootConversationProps {
// conversationId: number | string;
// className?: string;
// style?: React.CSSProperties;
// onError?: (error: Error) => void;
// onLoad?: () => void;
// }