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