import { CopyToClipboard } from 'shared/components/copy-to-clipboard.mjs' export const CodeBox = ({ code, title }) => (
{title}
      {code}
    
)