Skip to content

Commit 58ed1f8

Browse files
committed
initial commit
1 parent 2b132ea commit 58ed1f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/utils.ts

+6
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)