Remove unused useRouter
This commit is contained in:
parent
13f431c3ec
commit
c7373f964b
1 changed files with 0 additions and 1 deletions
|
|
@ -11,7 +11,6 @@ export interface UserMenuProps {
|
|||
}
|
||||
|
||||
export function UserMenu({ session }: UserMenuProps) {
|
||||
const router = useRouter()
|
||||
return (
|
||||
<div className="flex items-center justify-between">
|
||||
<DropdownMenu.Root>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue