refactor: remove unused imports from notification button and user dropdown components
This commit is contained in:
parent
1d9ab84047
commit
8bee6ede3f
3 changed files with 0 additions and 30 deletions
|
@ -2,15 +2,6 @@ import { Button } from '@/components/ui/button';
|
||||||
import {
|
import {
|
||||||
DropdownMenu,
|
DropdownMenu,
|
||||||
DropdownMenuContent,
|
DropdownMenuContent,
|
||||||
// DropdownMenuGroup,
|
|
||||||
// DropdownMenuItem,
|
|
||||||
// DropdownMenuLabel,
|
|
||||||
// DropdownMenuPortal,
|
|
||||||
// DropdownMenuSeparator,
|
|
||||||
// DropdownMenuShortcut,
|
|
||||||
// DropdownMenuSub,
|
|
||||||
// DropdownMenuSubContent,
|
|
||||||
// DropdownMenuSubTrigger,
|
|
||||||
DropdownMenuTrigger,
|
DropdownMenuTrigger,
|
||||||
} from '@/components/ui/dropdown-menu';
|
} from '@/components/ui/dropdown-menu';
|
||||||
import { NDot, NotificationDot } from '@/components/misc/notification-dot';
|
import { NDot, NotificationDot } from '@/components/misc/notification-dot';
|
||||||
|
|
|
@ -6,26 +6,12 @@ import {
|
||||||
SidebarContent,
|
SidebarContent,
|
||||||
SidebarFooter,
|
SidebarFooter,
|
||||||
SidebarGroup,
|
SidebarGroup,
|
||||||
// SidebarGroupAction,
|
|
||||||
SidebarGroupContent,
|
SidebarGroupContent,
|
||||||
SidebarGroupLabel,
|
SidebarGroupLabel,
|
||||||
SidebarHeader,
|
SidebarHeader,
|
||||||
// SidebarInput,
|
|
||||||
// SidebarInset,
|
|
||||||
SidebarMenu,
|
SidebarMenu,
|
||||||
// SidebarMenuAction,
|
|
||||||
// SidebarMenuBadge,
|
|
||||||
SidebarMenuButton,
|
SidebarMenuButton,
|
||||||
SidebarMenuItem,
|
SidebarMenuItem,
|
||||||
// SidebarMenuSkeleton,
|
|
||||||
// SidebarMenuSub,
|
|
||||||
// SidebarMenuSubButton,
|
|
||||||
// SidebarMenuSubItem,
|
|
||||||
// SidebarProvider,
|
|
||||||
// SidebarRail,
|
|
||||||
// SidebarSeparator,
|
|
||||||
// SidebarTrigger,
|
|
||||||
// useSidebar,
|
|
||||||
} from '@/components/custom-ui/sidebar';
|
} from '@/components/custom-ui/sidebar';
|
||||||
|
|
||||||
import { ChevronDown } from 'lucide-react';
|
import { ChevronDown } from 'lucide-react';
|
||||||
|
|
|
@ -5,15 +5,8 @@ import { Button } from '@/components/ui/button';
|
||||||
import {
|
import {
|
||||||
DropdownMenu,
|
DropdownMenu,
|
||||||
DropdownMenuContent,
|
DropdownMenuContent,
|
||||||
DropdownMenuGroup,
|
|
||||||
DropdownMenuItem,
|
DropdownMenuItem,
|
||||||
// DropdownMenuLabel,
|
|
||||||
// DropdownMenuPortal,
|
|
||||||
DropdownMenuSeparator,
|
DropdownMenuSeparator,
|
||||||
// DropdownMenuShortcut,
|
|
||||||
// DropdownMenuSub,
|
|
||||||
// DropdownMenuSubContent,
|
|
||||||
// DropdownMenuSubTrigger,
|
|
||||||
DropdownMenuTrigger,
|
DropdownMenuTrigger,
|
||||||
} from '@/components/ui/dropdown-menu';
|
} from '@/components/ui/dropdown-menu';
|
||||||
import { useGetApiUserMe } from '@/generated/api/user/user';
|
import { useGetApiUserMe } from '@/generated/api/user/user';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue