(...inputs: ClassValue[])
| 2 | import { firstNonEmpty, parseTimestamp } from '@kilocode/app-shared/utils'; |
| 3 | import { type ClassValue, clsx } from 'clsx'; |
| 4 | import { twMerge } from 'tailwind-merge'; |
| 5 | |
| 6 | import { i18n } from '@/i18n'; |
| 7 | import { firstGrapheme } from '@/lib/format'; |
| 8 | |
| 9 | function cn(...inputs: ClassValue[]) { |
no outgoing calls
no test coverage detected