const ConsumeDisplayComponent = ({ htmlContent }: { htmlContent: any }) => { return (
); }; export default ConsumeDisplayComponent;