| 1 | 'use client' |
| 2 | import { Check, Copy } from 'phosphor-react' |
| 3 | import { forwardRef, HTMLAttributes, useState } from 'react' |
| 4 | import { PrismLight as SyntaxHighlighter } from 'react-syntax-highlighter' |
nothing calls this directly
no test coverage detected