This commit is contained in:
2025-01-18 14:28:20 +01:00
parent fc1c985d20
commit 291df77669
7 changed files with 15 additions and 52 deletions

View File

@@ -1,7 +1,7 @@
'use client'
import * as TooltipPrimitive from '@radix-ui/react-tooltip'
import clsx from 'clsx'
import {clsx} from 'clsx'
import { ComponentPropsWithoutRef, ReactNode } from 'react'
type TooltipProps = Omit<