import { Skeleton } from "@/components/ui/skeleton"; export function AuthLoadingSkeleton() { return (
{/* Logo/header area */}
{/* Loading animation indicator */}
{/* Subtle loading text */}
); }