This commit is contained in:
Jorrin
2024-01-29 10:09:00 +01:00
parent e83bf1c806
commit 5baf4d6b86
13 changed files with 119 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
import { type ClassValue, clsx } from "clsx";
import { twMerge } from "tailwind-merge";
import { twMerge } from 'tailwind-merge';
import { clsx, ClassValue } from 'clsx';
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs));