Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiranism committed Nov 9, 2024
1 parent 3270562 commit d361673
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions components/layout/app-sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,20 @@ import {
DropdownMenuSeparator,
DropdownMenuTrigger
} from '@/components/ui/dropdown-menu';
import { Separator } from '@/components/ui/separator';
import {
Sidebar,
SidebarContent,
SidebarFooter,
SidebarGroup,
SidebarGroupLabel,
SidebarHeader,
SidebarInset,
SidebarMenu,
SidebarMenuButton,
SidebarMenuItem,
SidebarMenuSub,
SidebarMenuSubButton,
SidebarMenuSubItem,
SidebarProvider,
SidebarRail,
SidebarTrigger
SidebarRail
} from '@/components/ui/sidebar';
import { navItems } from '@/constants/data';
import {
Expand All @@ -47,12 +43,7 @@ import { useSession } from 'next-auth/react';
import Link from 'next/link';
import { usePathname } from 'next/navigation';
import * as React from 'react';
import { Breadcrumbs } from '../breadcrumbs';
import { Icons } from '../icons';
import SearchInput from '../search-input';
import ThemeToggle from './ThemeToggle/theme-toggle';
import { UserNav } from './user-nav';
import Header from './header';

export const company = {
name: 'Acme Inc',
Expand Down

0 comments on commit d361673

Please sign in to comment.