import { Skeleton } from '@/components/ui/skeleton'; import { CardSkeleton } from '@/components/shared/loading-skeleton'; /** * Route-level loading UI for the client detail page. Renders while the * server component resolves the session and the client component bootstraps * its initial query — replaces the previous empty-header flash on direct * URL visits. */ export default function Loading() { return (