import React from 'react'
export const HtmlSpan = ({ html }) => <span dangerouslySetInnerHTML={{ __html: html }} />