interface Props { html: string } export default function ArticleBody({ html }: Props) { return (
) }