()
| 21 | } |
| 22 | |
| 23 | function CheckIcon() { |
| 24 | return ( |
| 25 | <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.2" strokeLinecap="round" strokeLinejoin="round"> |
| 26 | <polyline points="20 6 9 17 4 12" /> |
| 27 | </svg> |
| 28 | ) |
| 29 | } |
| 30 | |
| 31 | function useCopy(text: string) { |
| 32 | const [copied, setCopied] = useState(false) |
nothing calls this directly
no outgoing calls
no test coverage detected