const SettingCardPlaceholder = () => (
{/* Settings Content Skeleton */}
{[...Array(5)].map((_, i) => (
))}
); export default SettingCardPlaceholder;