import React from 'react' import { cn } from "../../utils/cn" interface ProfileLoadingSkeletonProps { className?: string; } export function ProfileLoadingSkeleton({ className }: ProfileLoadingSkeletonProps) { return (