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
|
@ -5,15 +5,8 @@ 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 { useGetApiUserMe } from '@/generated/api/user/user';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue