style(ui): reordena exports e padroniza rótulos visuais

This commit is contained in:
Felipe Coutinho
2026-03-17 17:11:05 +00:00
parent a7c6f3c632
commit 58f5a4ab2f
14 changed files with 40 additions and 40 deletions

View File

@@ -123,13 +123,13 @@ function DrawerDescription({
export {
Drawer,
DrawerPortal,
DrawerOverlay,
DrawerTrigger,
DrawerClose,
DrawerContent,
DrawerHeader,
DrawerFooter,
DrawerTitle,
DrawerDescription,
DrawerFooter,
DrawerHeader,
DrawerOverlay,
DrawerPortal,
DrawerTitle,
DrawerTrigger,
};