fix bug build app

This commit is contained in:
ehsan
2025-05-03 16:58:13 +03:30
parent 003d553202
commit ca5583deab
2 changed files with 3 additions and 2 deletions
-1
View File
@@ -6,7 +6,6 @@ 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);