import classNames from "@calcom/lib/classNames"; import { SkeletonText } from "@calcom/ui"; export const EventMetaSkeleton = () => (
{Array.from({ length: 4 }).map((_, i) => (
1 ? "w-24" : "w-32")} />
))}
);