summaryrefslogtreecommitdiff
path: root/src/components/forms/address_form.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/forms/address_form.tsx')
-rw-r--r--src/components/forms/address_form.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/forms/address_form.tsx b/src/components/forms/address_form.tsx
index 53822bb..897b09b 100644
--- a/src/components/forms/address_form.tsx
+++ b/src/components/forms/address_form.tsx
@@ -3,7 +3,6 @@ import countryList from "react-select-country-list";
import FieldProperties from "./fields/field_properties";
import Field from "./fields/field";
import SelectField from "./fields/select_field";
-import { useEffect } from "react";
import { setFieldErrorMessages } from "../../lib/form_utils";
function getFieldProperties(address?: any) {