Modified by www.SourceFiles.app

This commit is contained in:
2026-08-07 04:13:07 +00:00
parent f9a64da58a
commit 573e07777d
-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));
}