home page feature part 1

This commit is contained in:
Edd
2025-12-21 23:12:13 +00:00
parent 8a6e0d0255
commit e8ccea4e42
16 changed files with 265 additions and 9405 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { clsx } from "clsx";
import { twMerge } from "tailwind-merge";
import { twMerge } from "tailwind-merge"
export function cn(...inputs) {
return twMerge(clsx(inputs));