Initial project bootstrap
这个提交包含在:
6
client/src/lib/utils.ts
普通文件
6
client/src/lib/utils.ts
普通文件
@@ -0,0 +1,6 @@
|
||||
import { clsx, type ClassValue } from "clsx";
|
||||
import { twMerge } from "tailwind-merge";
|
||||
|
||||
export function cn(...inputs: ClassValue[]) {
|
||||
return twMerge(clsx(inputs));
|
||||
}
|
||||
在新工单中引用
屏蔽一个用户