import { Skeleton } from '@/components/ui/skeleton' export function SettingsLoadingSkeleton() { return (
{[1, 2].map(i => (
))}
) }