change data clinics & page clinics tab about & contact & doctors
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import ItemDoctor from "@/app/component/ItemDoctor"
|
||||
import Pagination from "@/app/component/Pagination"
|
||||
import SmSearch from "@/components/searchHead/SmSearch"
|
||||
import List from "./List"
|
||||
import SearchBar from "./SearchBar"
|
||||
|
||||
function Doctors({ doctors }) {
|
||||
return (
|
||||
<div className="opacity-page">
|
||||
<SearchBar />
|
||||
<List doctors={doctors} />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Doctors
|
||||
Reference in New Issue
Block a user