diff --git a/src/components/forms/form-fields-fill-panel.tsx b/src/components/forms/form-fields-fill-panel.tsx index 307fcb3..cfbb86d 100644 --- a/src/components/forms/form-fields-fill-panel.tsx +++ b/src/components/forms/form-fields-fill-panel.tsx @@ -12,8 +12,11 @@ import { import { fetchClients, fetchHomeowners, + fetchContacts, + contactMailingLines, type ClientLite, type HomeownerLite, + type ContactLite, type FormFieldDef, } from "@/lib/forms-shared"; import { FL_COUNTIES } from "@/lib/florida";