import { Skeleton } from '@sim/emcn' import { AuthShell } from '@/app/(auth)/components' /** * Consent-card skeleton, shared by the route fallback and `page.tsx`'s Suspense. * * Bars mirror the card's boxes so hydration doesn't shift the layout: a * one-line heading, a description that wraps to two in the 400px column, then * the 70px pairing panel (28px type + `py-5` + 1px border) and the `h-9` button. */ export function CliAuthLoading() { return (
) } export default function CliAuthRouteLoading() { return ( ) }