import parse from 'html-react-parser'; const renderHtmlContent = (content) => parse(content); export default renderHtmlContent;