import { SkeletonText } from "@calcom/ui/components/skeleton"; import { ChartCard } from "./ChartCard"; export const LoadingInsight = () => { return ( }>
); };