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 {
|
||||
DropdownMenu,
|
||||
DropdownMenuContent,
|
||||
// DropdownMenuGroup,
|
||||
// DropdownMenuItem,
|
||||
// DropdownMenuLabel,
|
||||
// DropdownMenuPortal,
|
||||
// DropdownMenuSeparator,
|
||||
// DropdownMenuShortcut,
|
||||
// DropdownMenuSub,
|
||||
// DropdownMenuSubContent,
|
||||
// DropdownMenuSubTrigger,
|
||||
DropdownMenuTrigger,
|
||||
} from '@/components/ui/dropdown-menu';
|
||||
import { NDot, NotificationDot } from '@/components/misc/notification-dot';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue