change layout and router panel & design page dashboard and user account
This commit is contained in:
@@ -3,7 +3,7 @@ import SearchBar from "./SearchBar"
|
||||
|
||||
function Doctors({ doctors, loading }) {
|
||||
return (
|
||||
<div>
|
||||
<div className="opacity-page">
|
||||
<SearchBar />
|
||||
<List loading={loading} doctors={doctors} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user