chore: fix linting and type safety across the project
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { Tooltip as MantineTooltip, type TooltipProps } from "@mantine/core";
|
||||
import React from "react";
|
||||
import { cn } from "./utils";
|
||||
|
||||
interface CustomTooltipProps extends TooltipProps {
|
||||
|
||||
Reference in New Issue
Block a user