zgl пре 18 часа
родитељ
комит
94a301fd26
1 измењених фајлова са 1 додато и 1 уклоњено
  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 = () => {
   // 定义表单类型(严格对齐你要的字段)