import { Skeleton } from '@/components/ui/skeleton' /** * Placeholder shown while a settings section's data loads. Mirrors the real * shape of the section forms (see CompanyInfoForm and SettingsFormWrapper): * an uppercase section heading, a two-column grid of label/field pairs, * full-width rows, and a right-aligned save button, so the swap to live * content doesn't jump from a mismatched layout. */ export function SettingsLoadingSkeleton() { return (