parent
27d3516f7d
commit
fa3a7eb994
3 changed files with 5 additions and 5 deletions
@ -1,6 +1,6 @@ |
|||||||
import { clsx, type ClassValue } from "clsx" |
import { clsx, type ClassValue } from 'clsx'; |
||||||
import { twMerge } from "tailwind-merge" |
import { twMerge } from 'tailwind-merge'; |
||||||
|
|
||||||
export function cn(...inputs: ClassValue[]) { |
export function cn(...inputs: ClassValue[]) { |
||||||
return twMerge(clsx(inputs)) |
return twMerge(clsx(inputs)); |
||||||
} |
} |
||||||
|
|||||||
Loading…
Reference in new issue