fix bug build

This commit is contained in:
ehsan
2025-05-03 11:17:33 +03:30
parent 5df5ffc1f9
commit 6a805bc627
2 changed files with 11 additions and 7 deletions
+1
View File
@@ -6,6 +6,7 @@ import SortList from "./sortlist";
import ListDoctors from "./listDoctors";
import LocationD from "../icons/LocationD";
import { useSearchParams } from "next/navigation";
import { Suspense } from "react";
function DoctorsPage() {
const [loading, setLoading] = useState(true);