fixed type import errors
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
import clsx, { ClassValue } from "clsx";
|
||||
import { twMerge } from "tailwind-merge";
|
||||
|
||||
export const cn = (...inputs: ClassValue[]) => {
|
||||
return twMerge(clsx(inputs));
|
||||
};
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user