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));
};

View File

@@ -1,5 +1,5 @@
import { BADGES } from "@repo/db";
import { cn } from "../../../apps/hub/helper/cn";
import { cn } from "../helper/cn";
import * as React from "react";
const badgeImageMapping = {