fixed type import errors

This commit is contained in:
PxlLoewe
2025-06-26 20:48:31 -07:00
parent 122cdda486
commit d2ea168312
2 changed files with 1 additions and 7 deletions

View File

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