import { SkeletonContainer } from "@calcom/ui"; import WebhookListItemSkeleton from "./WebhookListItemSkeleton"; export default function WebhookListSkeleton() { return (
); }