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