'use client' import { useRouter } from 'next/navigation' import AdminShell from '../ui/AdminShell' export default function AdminLandingPage() { const router = useRouter() return ( router.push('/')}> Back to requests } >
Pick a section from the left. Each page explains what it does and how it helps.
) }