import React from 'react' export const CodeBlock: React.FC<{ highlightedHtml: string }> = (props) => { return