const AssetManagerSkeleton = () => { return (
{/* Header with gradient background */}
{/* Page info section */}
{/* Tabs and search section */}
{/* Info box */}
{/* Asset list */}
{/* Asset items */} {[...Array(5)].map((_, i) => (
))}
{/* Legend */}
{/* Footer buttons */}
); }; export default AssetManagerSkeleton;