تفاصيل المشروع

Signed-off-by: Mohamed-Abdelhalim2 <codepen.io.dropper985@passinbox.com>
هذا الالتزام موجود في:
2026-06-16 22:48:03 +00:00
الأصل 18a0a089b6
التزام 08037288e4
5 ملفات معدلة مع 1220 إضافات و0 حذوفات

6
src/cn.ts Normal file
عرض الملف

@@ -0,0 +1,6 @@
import { clsx, type ClassValue } from "clsx";
import { twMerge } from "tailwind-merge";
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs));
}