🔄 refactor(popover.tsx): reorder exported components to improve readability and consistency

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-08-10 13:46:57 -03:00
commit dc6a5ac73a

View file

@ -27,4 +27,4 @@ const PopoverContent = React.forwardRef<
));
PopoverContent.displayName = PopoverPrimitive.Content.displayName;
export { Popover, PopoverTrigger, PopoverContent };
export { Popover, PopoverContent, PopoverTrigger };