We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5fac7 commit f8eb7a1Copy full SHA for f8eb7a1
src/lib/utils.ts
@@ -1,6 +1,6 @@
1
-import { clsx, type ClassValue } from "clsx"
2
-import { twMerge } from "tailwind-merge"
+import { clsx, type ClassValue } from "clsx";
+import { twMerge } from "tailwind-merge";
3
4
export function cn(...inputs: ClassValue[]) {
5
- return twMerge(clsx(inputs))
+ return twMerge(clsx(inputs));
6
}
0 commit comments