New changes to topbar.tsx

This commit is contained in:
2026-06-18 14:26:54 +02:00
parent ca96f4b185
commit 03fbe13938
+1 -2
View File
@@ -3,7 +3,6 @@
import { useState, useEffect } from "react" import { useState, useEffect } from "react"
import { useRouter } from "next/navigation" import { useRouter } from "next/navigation"
import { useTheme } from "next-themes" import { useTheme } from "next-themes"
import { cn } from "@/lib/utils"
import { Button } from "@/components/ui/button" import { Button } from "@/components/ui/button"
import { Input } from "@/components/ui/input" import { Input } from "@/components/ui/input"
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar" import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar"
@@ -149,4 +148,4 @@ export function Topbar({ onMenuClick }: TopbarProps) {
</div> </div>
</header> </header>
) )
} }