Delete old comp

This commit is contained in:
Eric Ciarla
2024-07-23 21:51:08 -04:00
parent 565bc09439
commit 1b7a00624d
27 changed files with 3 additions and 5895 deletions
-6
View File
@@ -1,6 +0,0 @@
import { type ClassValue, clsx } from "clsx"
import { twMerge } from "tailwind-merge"
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))
}