zgl 23 tuntia sitten
vanhempi
commit
94a301fd26
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/app/(public)/customer/address/eidt/[id]/page.tsx

+ 1 - 1
src/app/(public)/customer/address/eidt/[id]/page.tsx

@@ -4,7 +4,7 @@ import { useParams } from "next/navigation";
 import Link from "next/link";
 import { clientFetch } from "@/lib/restApiClient";
 import Select from "@/components/theme/ui/Select";
-import { useForm, FormProvider, Controller } from "react-hook-form";
+import { useForm, FormProvider } from "react-hook-form";
 import CustomerAddressPhone from "../../new/_components/CustomerAddressPhone";
 const CustomerAddressEditPage = () => {
   // 定义表单类型(严格对齐你要的字段)