updated sidebar

This commit is contained in:
2025-06-26 20:25:07 +02:00
parent be221f3e1c
commit 9b377a83ec
3 changed files with 236 additions and 61 deletions

View File

@@ -17,6 +17,7 @@ import {
SidebarMenuItem,
useSidebar
} from "@/components/ui/sidebar"
import { SidebarThemeToggle } from "./sidebar-theme-toggle"
import { SidebarUserDropdown } from "./sidebar-user-dropdown"
const items = [
@@ -82,6 +83,7 @@ export function DashboardSidebar() {
</SidebarGroup>
</SidebarContent>
<SidebarFooter>
<SidebarThemeToggle />
<SidebarUserDropdown />
</SidebarFooter>
</Sidebar>