diff --git a/src/components/forms/custom-form-builder.tsx b/src/components/forms/custom-form-builder.tsx index f526cc9..6826c14 100644 --- a/src/components/forms/custom-form-builder.tsx +++ b/src/components/forms/custom-form-builder.tsx @@ -50,6 +50,8 @@ import { X, } from "lucide-react"; import { ClientHomeownerPicker } from "./form-pickers"; +import { FormFieldDefsDialog } from "./form-field-defs-dialog"; +import { FormFieldsFillPanel } from "./form-fields-fill-panel"; import { applyVariables, fetchFirm, @@ -63,6 +65,7 @@ import { type FirmInfo, type CustomFieldVar, type CaseLite, + type FormFieldDef, } from "@/lib/forms-shared"; import { jsPDF } from "jspdf"; import {