mirror of
https://github.com/ershisan99/vacancies-trends-front.git
synced 2025-12-17 20:59:27 +00:00
initial commit
This commit is contained in:
6
app/lib/utils.ts
Normal file
6
app/lib/utils.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import clsx, { type ClassValue } from 'clsx'
|
||||
import { twMerge } from 'tailwind-merge'
|
||||
|
||||
export function cx(...args: ClassValue[]) {
|
||||
return twMerge(clsx(...args))
|
||||
}
|
||||
Reference in New Issue
Block a user