| 6 | import { Button } from "@/components/ui/button"; |
| 7 | |
| 8 | interface CopyCommandButtonProps { |
| 9 | command: string; |
| 10 | copyCommand: string; |
| 11 | } |
| 12 | |
| 13 | export default function CopyCommandButton({ |
| 14 | command, |
nothing calls this directly
no outgoing calls
no test coverage detected