🔄 refactor(popover.tsx): reorder exported components to improve readability and consistency
This commit is contained in:
parent
5cbb86b184
commit
dc6a5ac73a
1 changed files with 1 additions and 1 deletions
|
|
@ -27,4 +27,4 @@ const PopoverContent = React.forwardRef<
|
|||
));
|
||||
PopoverContent.displayName = PopoverPrimitive.Content.displayName;
|
||||
|
||||
export { Popover, PopoverTrigger, PopoverContent };
|
||||
export { Popover, PopoverContent, PopoverTrigger };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue