menu sort list doctor

This commit is contained in:
Ehsan
2024-06-27 16:28:26 +03:30
parent 05fef12db3
commit 1f70079845
4 changed files with 67 additions and 7 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
import { Button } from "@mui/material";
import LocationD from "../icons/LocationD";
import SearchBar from "./search";
import ListDoctors from "./listDoctors";
import SearchBar from "./search";
import SortList from "./SortList";
function DoctorsPage() {
return (
@@ -13,7 +13,7 @@ function DoctorsPage() {
</div>
<div className="flex items-center justify-center gap-[32px]">
<SearchBar />
<Button>تست</Button>
<SortList />
</div>
</div>
<ListDoctors />