add cool animations to store :)

This commit is contained in:
SethBurkart123
2024-04-08 10:23:13 +10:00
parent 803b8a5ba7
commit bbc63b01b6
4 changed files with 254 additions and 69 deletions
+6
View File
@@ -0,0 +1,6 @@
import { ClassValue, clsx } from "clsx";
import { twMerge } from "tailwind-merge";
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs));
}