import { Mail } from 'lucide-react'; import { Skeleton } from '../ui/skeleton'; export function ProfileSkeleton() { return (
); }