refactor: remove unused imports from notification button and user dropdown components
All checks were successful
container-scan / Container Scan (pull_request) Successful in 5m1s
docker-build / docker (pull_request) Successful in 5m31s

This commit is contained in:
Maximilian Liebmann 2025-06-25 12:01:04 +02:00
parent 1d9ab84047
commit 8bee6ede3f
3 changed files with 0 additions and 30 deletions

View file

@ -6,26 +6,12 @@ import {
SidebarContent,
SidebarFooter,
SidebarGroup,
// SidebarGroupAction,
SidebarGroupContent,
SidebarGroupLabel,
SidebarHeader,
// SidebarInput,
// SidebarInset,
SidebarMenu,
// SidebarMenuAction,
// SidebarMenuBadge,
SidebarMenuButton,
SidebarMenuItem,
// SidebarMenuSkeleton,
// SidebarMenuSub,
// SidebarMenuSubButton,
// SidebarMenuSubItem,
// SidebarProvider,
// SidebarRail,
// SidebarSeparator,
// SidebarTrigger,
// useSidebar,
} from '@/components/custom-ui/sidebar';
import { ChevronDown } from 'lucide-react';