// app/users/[username]/loading.tsx import { Card } from "@/components/ui/card"; import { Skeleton } from "@/components/ui/skeleton"; // This is the ProfileSkeleton component from the previous step. // Next.js will automatically render this while page.tsx is loading. export default function ProfileLoading() { return (