Fix: indenting on cn utils func
This commit is contained in:
parent
4a556e51fc
commit
0ce4dc12bd
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@ import { clsx, type ClassValue } from "clsx"
|
|||
import { twMerge } from "tailwind-merge"
|
||||
|
||||
export function cn(...inputs: ClassValue[]) {
|
||||
return twMerge(clsx(inputs))
|
||||
return twMerge(clsx(inputs))
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue