'use client' // import { type Session } from 'next-auth' import * as DropdownMenu from '@radix-ui/react-dropdown-menu' import { signOut } from 'next-auth/react' import Image from 'next/image' export interface UserMenuProps { session: any // Session } export function UserMenu({ session }: UserMenuProps) { return (