Tooltip export fixes

This commit is contained in:
zomars 2022-05-06 15:59:15 -06:00
parent 5dde542952
commit 1a3c3af072
2 changed files with 3 additions and 0 deletions

View file

@ -32,3 +32,5 @@ export function Tooltip({
</TooltipPrimitive.Root>
);
}
export default Tooltip;

View file

@ -3,3 +3,4 @@ export { default as EmptyScreen } from "./EmptyScreen";
export { default as Select } from "./form/Select";
export * from "./skeleton";
export { default as Switch } from "./Switch";
export { default as Tooltip } from "./Tooltip";