/* eslint-disable react/no-danger */ import React from "react"; interface ContentHtmlSectionProps { data: any; className?: string; } export default function ContentHtmlSection({ data, className, }: ContentHtmlSectionProps) { return (