| 1 | import { CopyButton } from "@coss/ui/shared/copy-button"; |
| 2 | import { getIconForLanguageExtension } from "@coss/ui/shared/icons"; |
| 3 | import { InfoIcon } from "lucide-react"; |
| 4 | import Image from "next/image"; |
nothing calls this directly
no test coverage detected