aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils.ts
blob: d084ccade0d8b5bd77fd5174993bcef7b57644c9 (plain) (blame)
1
2
3
4
5
6
import { type ClassValue, clsx } from "clsx"
import { twMerge } from "tailwind-merge"

export function cn(...inputs: ClassValue[]) {
  return twMerge(clsx(inputs))
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage