Organize imports

This commit is contained in:
Jared Palmer 2023-06-06 13:18:33 -04:00
parent c7373f964b
commit c3f3737a1e

View file

@ -1,10 +1,9 @@
'use client' 'use client'
import { ThemeToggle } from '@/components/theme-toggle' import { ThemeToggle } from '@/components/theme-toggle'
import { signOut } from '@auth/nextjs/client'
import { type Session } from '@auth/nextjs/types' import { type Session } from '@auth/nextjs/types'
import * as DropdownMenu from '@radix-ui/react-dropdown-menu' import * as DropdownMenu from '@radix-ui/react-dropdown-menu'
import { signOut } from '@auth/nextjs/client'
import Image from 'next/image' import Image from 'next/image'
import { useRouter } from 'next/navigation'
export interface UserMenuProps { export interface UserMenuProps {
session: Session session: Session