'use client'; import dynamic from 'next/dynamic'; export const AdminShell = dynamic( () => import('./admin-shell').then((mod) => mod.AdminShell), { ssr: false, loading: () => (