Skip to content

Commit

Permalink
Fix a type error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivasilov committed Dec 19, 2024
1 parent 47b96b2 commit 4c4270b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,6 @@ export {
SidebarMenuAction,
SidebarMenuBadge,
SidebarMenuButton,
SidebarMenuButtonProps,
SidebarMenuItem,
SidebarMenuSkeleton,
SidebarMenuSub,
Expand All @@ -638,4 +637,5 @@ export {
SidebarSeparator,
SidebarTrigger,
useSidebar,
type SidebarMenuButtonProps,
}

0 comments on commit 4c4270b

Please sign in to comment.