"use client"; import { SkeletonText, SkeletonContainer } from "@calcom/ui/components/skeleton"; export const OAuthClientsAdminSkeleton = () => { return (
{[1, 2, 3].map((section) => (
{[1, 2, 3].map((row) => (
))}
))}
); };