aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils.ts
blob: ac680b303c9f4606446fb080a9cbc7c222ea5a99 (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