feat: add react-scan in dev

This commit is contained in:
Aarnav Tale
2025-01-24 08:17:12 -05:00
parent 665509e710
commit 0f75636342
8 changed files with 577 additions and 133 deletions
+1
View File
@@ -2,3 +2,4 @@ import { type ClassValue, clsx } from 'clsx';
import { twMerge } from 'tailwind-merge';
export const cn = (...inputs: ClassValue[]) => twMerge(clsx(inputs));
export default cn;