/** * Skeleton Loader for RecurringRuleForm * Shows a skeleton UI while the form data is loading */ import React from "react"; import { Card, CardContent, CardHeader } from "../ui/card"; export const RecurringRuleFormSkeleton: React.FC = () => { return (