Remove clutter

This commit is contained in:
Andras Schmelczer 2026-02-07 15:35:51 +00:00
parent c9651d25c7
commit 091cb6f4b4
4 changed files with 77 additions and 57 deletions

View file

@ -1,4 +0,0 @@
import { clsx, type ClassValue } from 'clsx';
import { twMerge } from 'tailwind-merge';
export const cn = (...inputs: ClassValue[]): string => twMerge(clsx(inputs));