update design page doctor item & design page account & success and failed pay

This commit is contained in:
Ehsan
2024-08-28 03:14:42 +03:30
parent 7925493681
commit 6384dd10b6
20 changed files with 1106 additions and 56 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ import Share from "./Share"
import Title from "./Title"
import AboutDcotor from "./cards/AboutDcotor"
import Comments from "./cards/comments"
import LocationDoctor from "./cards/LocationDoctor"
import Locations from "./cards/locations"
function DetailDoctor({ doctor }) {
return (
@@ -14,7 +14,7 @@ function DetailDoctor({ doctor }) {
<Title doctor={doctor} />
<Link />
<AboutDcotor doctor={doctor} />
<LocationDoctor doctor={doctor} />
<Locations doctor={doctor} />
<Comments doctor={doctor} />
</div>
)