export default function CodeBlock({ id }: { id: string }) { return
{id}
; }