feat: update

This commit is contained in:
landaiqing
2024-05-21 01:37:13 +08:00
parent ce35d51918
commit 7f68128b5e

View File

@@ -1,8 +0,0 @@
/** @format */
import { type ClassValue, clsx } from "clsx";
import { twMerge } from "tailwind-merge";
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs));
}