diff --git a/src/lib/utils.tsx b/src/lib/utils.ts similarity index 68% rename from src/lib/utils.tsx rename to src/lib/utils.ts index fef4634..365058c 100644 --- a/src/lib/utils.tsx +++ b/src/lib/utils.ts @@ -1,7 +1,5 @@ import { type ClassValue, clsx } from "clsx"; -import { toast } from "sonner"; import { twMerge } from "tailwind-merge"; -import { ClipboardCheck } from "lucide-react"; export function cn(...inputs: ClassValue[]) { return twMerge(clsx(inputs));