feat: rebuild fiscal clone architecture and harden coolify deployment
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { type ClassValue, clsx } from 'clsx'
|
||||
import { twMerge } from 'tailwind-merge'
|
||||
import { clsx, type ClassValue } from 'clsx';
|
||||
|
||||
export function cn(...inputs: ClassValue[]) {
|
||||
return twMerge(clsx(inputs))
|
||||
export function cn(...values: ClassValue[]) {
|
||||
return clsx(values);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user