Tooltip export fixes
This commit is contained in:
parent
5dde542952
commit
1a3c3af072
2 changed files with 3 additions and 0 deletions
|
@ -32,3 +32,5 @@ export function Tooltip({
|
||||||
</TooltipPrimitive.Root>
|
</TooltipPrimitive.Root>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export default Tooltip;
|
||||||
|
|
|
@ -3,3 +3,4 @@ export { default as EmptyScreen } from "./EmptyScreen";
|
||||||
export { default as Select } from "./form/Select";
|
export { default as Select } from "./form/Select";
|
||||||
export * from "./skeleton";
|
export * from "./skeleton";
|
||||||
export { default as Switch } from "./Switch";
|
export { default as Switch } from "./Switch";
|
||||||
|
export { default as Tooltip } from "./Tooltip";
|
||||||
|
|
Loading…
Reference in a new issue