chore: shadcn/ui (24 components), tailwind v4 tokens, query/table/form/i18n deps

This commit is contained in:
2026-07-07 22:04:43 +08:00
parent 0ca06fa00b
commit 2cdb4c5a23
30 changed files with 4122 additions and 457 deletions
+6
View 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))
}