Browse Source

hotfix: code formatting

satnaing 11 tháng trước cách đây
mục cha
commit
1dca564711
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      src/components/layout/nav-group.tsx

+ 6 - 1
src/components/layout/nav-group.tsx

@@ -26,7 +26,12 @@ import {
   DropdownMenuSeparator,
   DropdownMenuTrigger,
 } from '../ui/dropdown-menu'
-import { type NavCollapsible, type NavItem, type NavLink, type NavGroup } from './types'
+import {
+  type NavCollapsible,
+  type NavItem,
+  type NavLink,
+  type NavGroup,
+} from './types'
 
 export function NavGroup({ title, items }: NavGroup) {
   const { state, isMobile } = useSidebar()