import { Skeleton } from "@/components/ui/skeleton" export function PageSkeleton() { return (
{[1, 2, 3, 4].map((index) => ( ))}
{[1, 2, 3, 4].map((index) => ( ))}
) }