import { Card, Skeleton } from "@heroui/react"; export function PostSkeleton() { return (
{/* Header area */}
{/* Content area */}
); }