normalize tooltips

This commit is contained in:
jeffvli
2025-12-03 16:00:41 -08:00
parent c738725d94
commit a7e6a75c68
12 changed files with 129 additions and 59 deletions
@@ -34,3 +34,5 @@ export const Tooltip = ({
</MantineTooltip>
);
};
Tooltip.Group = MantineTooltip.Group;