list doctors
This commit is contained in:
@@ -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() {
|
||||
<Button>تست</Button>
|
||||
</div>
|
||||
</div>
|
||||
<ListDoctors />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user