import { ClipboardIcon } from "lucide-react"; import type { Script } from "@/lib/types"; import { buttonVariants } from "@/components/ui/button"; import handleCopy from "@/components/handle-copy"; import { cn } from "@/lib/utils"; export default function InterFaces({ item }: { item: Script }) { return (