Clean up exports now that we are leaning into the gibui thing

This commit is contained in:
2026-03-26 10:49:12 -05:00
parent 6e78140103
commit 0bc04dbf6b
8 changed files with 69 additions and 77 deletions

View File

@@ -381,4 +381,4 @@ export {
TooltipContent,
TooltipProvider,
} from './tooltip';
export { useIsMobile } from './hooks/use-mobile';
export { useIsMobile, useOnClickOutside } from './hooks';