import { classNames } from "@calcom/lib"; import { SkeletonText } from "@calcom/ui"; import { CardInsights } from "./Card"; export const LoadingInsight = () => { return (
); };