PropsLogoutOn this pageLogout Description Your custom function that logs out the user. Implementation Example: import { logout } from '@/app/api/auth/actions' // Your custom logout functionexport default function AdminDashboard() { return ( <MarkusAdmin logOut={logout} /> )}