// OPT-IN loading skeleton for /admin pages. Suits a data-backed admin where the // loader (auth gate) + the first capability-map fetch take a beat. import type { ReactNode } from 'react' export default function AdminLoading(): ReactNode { return (
) }