import { SkeletonContainer, SkeletonText } from "@calcom/ui/v2"; function SkeletonLoader() { return (
); } export default SkeletonLoader;