Small change

This commit is contained in:
2025-06-26 13:21:15 +02:00
parent b04cefa06f
commit 711fb34021

View File

@@ -17,7 +17,6 @@ import { useRouter } from "next/navigation"
interface UserDropdownProps {
className?: string
showSignInButton?: boolean
}
export function UserDropdown({ className }: UserDropdownProps) {