From 61d87d0eaafac822b80274c33453a9c7e6c83627 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 02:05:51 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/components/forms/custom-form-builder.tsx | 3 +++ 1 file changed, 3 insertions(+) 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 {