import React from 'react'; import Prism from 'prismjs'; import 'prismjs/components/prism-jsx'; const CodeBlock = ({ code }) => (