Spaces:
Sleeping
Sleeping
File size: 147 Bytes
bea55e2 | 1 2 3 4 5 | import { PageSkeleton } from "@/components/page-skeleton";
export default function Loading() {
return <PageSkeleton variant="link-account" />;
}
|