This commit is contained in:
2026-08-22 23:10:32 +00:00
parent 9669271065
commit b090a8088c
-6
View File
@@ -1,6 +0,0 @@
import { clsx, type ClassValue } from "clsx";
import { twMerge } from "tailwind-merge";
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs));
}