We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7256ec4 commit e97f583Copy full SHA for e97f583
app/lib/utils.ts
@@ -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
+}
package.json
@@ -39,7 +39,6 @@
39
"@remotion/transitions": "4.0.329",
40
"@types/cors": "^2.8.19",
41
"axios": "^1.13.5",
42
- "better-auth": "^1.4.5",
43
"class-variance-authority": "^0.7.1",
44
"clsx": "^2.1.1",
45
"cors": "^2.8.5",
0 commit comments