Fix testing errors

This commit is contained in:
adilallo
2026-02-02 09:32:41 -07:00
parent abe4bff09e
commit 291625e3e7
7 changed files with 48 additions and 49 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import type { TooltipViewProps } from "./Tooltip.types";
export function TooltipView({
text,
position,
className,
className: _className,
tooltipClasses,
pointerClasses,
}: TooltipViewProps) {