feat: split into multiple items

This commit is contained in:
vas3k
2025-05-23 14:33:40 +02:00
parent 289b436236
commit 25c61f0519
17 changed files with 332 additions and 57 deletions

View File

@@ -8,7 +8,7 @@ export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))
}
export function formatCurrency(total: number, currency: string, separator: string = "") {
export function formatCurrency(total: number, currency: string) {
try {
return new Intl.NumberFormat(LOCALE, {
style: "currency",