fix: Restore DropdownMenu imports in navbar
Some checks failed
Deploy Fediversion / deploy (push) Failing after 1s
Some checks failed
Deploy Fediversion / deploy (push) Failing after 1s
This commit is contained in:
parent
1d1e1e84e9
commit
1a9c89e1f1
1 changed files with 7 additions and 0 deletions
|
|
@ -6,6 +6,13 @@ import { Button } from "@/components/ui/button"
|
|||
import { SearchDialog } from "@/components/ui/search-dialog"
|
||||
import { NotificationBell } from "@/components/notifications/notification-bell"
|
||||
import { ThemeToggle } from "@/components/theme-toggle"
|
||||
import {
|
||||
DropdownMenu,
|
||||
DropdownMenuContent,
|
||||
DropdownMenuItem,
|
||||
DropdownMenuSeparator,
|
||||
DropdownMenuTrigger,
|
||||
} from "@/components/ui/dropdown-menu"
|
||||
import { useAuth } from "@/contexts/auth-context"
|
||||
import { useVertical } from "@/contexts/vertical-context"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue