Skip to content

Commit 3f9fb8a

Browse files
committed
fix: missing lib
1 parent 545f06e commit 3f9fb8a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

frontend/lib/utils.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { clsx, type ClassValue } from "clsx"
2+
import { twMerge } from "tailwind-merge"
3+
4+
export function cn(...inputs: ClassValue[]) {
5+
return twMerge(clsx(inputs))
6+
}

0 commit comments

Comments
 (0)