menu sort list doctor
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user