diff --git a/components/doctors/ListDoctors.js b/components/doctors/ListDoctors.js
new file mode 100644
index 0000000..d1f4252
--- /dev/null
+++ b/components/doctors/ListDoctors.js
@@ -0,0 +1,11 @@
+function ListDoctors() {
+ return (
+
+ )
+}
+
+export default ListDoctors
\ No newline at end of file
diff --git a/components/doctors/index.js b/components/doctors/index.js
index 008f7e5..8ca9a19 100644
--- a/components/doctors/index.js
+++ b/components/doctors/index.js
@@ -1,6 +1,7 @@
-import { Button } from "@mui/material"
-import LocationD from "../icons/LocationD"
-import SearchBar from "./search"
+import { Button } from "@mui/material";
+import LocationD from "../icons/LocationD";
+import SearchBar from "./search";
+import ListDoctors from "./ListDoctors";
function DoctorsPage() {
return (
@@ -15,6 +16,7 @@ function DoctorsPage() {
+
)
}
diff --git a/components/doctors/search/index.js b/components/doctors/search/index.js
index 4850ade..37ad77e 100644
--- a/components/doctors/search/index.js
+++ b/components/doctors/search/index.js
@@ -11,7 +11,7 @@ function SearchBar() {
className="!bg-[#FFF] !rounded-lg !overflow-hidden flex items-center !h-[64px] !shadow-[0px_1px_24.8px_0px_rgba(204,_204,_204,_0.18)]"
>