import { Save } from "lucide-react"; import { Checkbox, Field, FormActions, FormShell, GhostLink, PageHeader, PrimaryButton, Textarea, } from "@/components/admin/form"; import { saveTestimonial } from "@/lib/admin-actions"; import type { TestimonialRow } from "@/lib/types"; export function TestimonialForm({ row }: { row?: TestimonialRow }) { return (
{row && }