code format

This commit is contained in:
bluemoehre
2026-06-30 22:57:47 +02:00
parent 7f16a506bc
commit 90d3faaef0
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { clsx, type ClassValue } from "clsx"
import { twMerge } from "tailwind-merge"
import { clsx, type ClassValue } from 'clsx'
import { twMerge } from 'tailwind-merge'
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))