refactor: Remove unused code in utils.ts

This commit is contained in:
Bram Suurd
2024-08-10 16:15:20 +02:00
parent 6473d00649
commit 416df4895e

View File

@@ -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));