import { Skeleton } from '@/components/ui/skeleton' // Single source of truth for the Dokumentinkorg loading silhouette, rendered // by both the route-level loading.tsx and the workspace's own client-fetch // state so the route fallback, the fetch shell, and the loaded UI are one // shape with no reflow. Mirrors the live layout: full-bleed top bar + // 3-pane grid, list pane with search + filter-dropdown trigger (PR #1524 // replaced the old filter-pill row with a single full-width dropdown). export default function InvoiceInboxSkeleton() { return (