import { Save } from "lucide-react"; import { Checkbox, Field, FormActions, FormShell, GhostLink, PageHeader, PrimaryButton, Textarea, } from "@/components/admin/form"; import { saveProject } from "@/lib/admin-actions"; import type { ProjectRow } from "@/lib/types"; export function ProjectForm({ project }: { project?: ProjectRow }) { return (