feat: update
This commit is contained in:
@@ -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));
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user