cellex-web / src /app /link-account /loading.tsx
eeshaAI
feat: Migrate frontend from static HTML to Next.js 16 App Router
a09d2a4
Raw
History Blame Contribute Delete
147 Bytes
import { PageSkeleton } from "@/components/page-skeleton";
export default function Loading() {
return <PageSkeleton variant="link-account" />;
}