Skip to content

Commit f8eb7a1

Browse files
committed
feat: added shadcn
1 parent 8f5fac7 commit f8eb7a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/utils.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { clsx, type ClassValue } from "clsx"
2-
import { twMerge } from "tailwind-merge"
1+
import { clsx, type ClassValue } from "clsx";
2+
import { twMerge } from "tailwind-merge";
33

44
export function cn(...inputs: ClassValue[]) {
5-
return twMerge(clsx(inputs))
5+
return twMerge(clsx(inputs));
66
}

0 commit comments

Comments
 (0)