import SectionBottomActions from "@calcom/features/settings/SectionBottomActions"; import { Meta, SkeletonButton, SkeletonContainer, SkeletonText } from "@calcom/ui"; export const AppearanceSkeletonLoader = ({ title, description }: { title: string; description: string }) => { return (
); };