change function and design page doctors & signin & signup & home & specialties & helper
This commit is contained in:
@@ -5,6 +5,7 @@ import AppointmentList from "./appointmentList";
|
||||
import DetailDoctor from "./detailDoctor";
|
||||
import Share from "./detailDoctor/Share";
|
||||
import CustomLoading from "@/app/component/loading/Custom";
|
||||
import Poster from "./Poster";
|
||||
|
||||
function DoctorPage({ doctor }) {
|
||||
const [loading, setLoading] = useState(true);
|
||||
@@ -30,6 +31,7 @@ function DoctorPage({ doctor }) {
|
||||
<Share />
|
||||
</div>
|
||||
</div>
|
||||
<Poster />
|
||||
<div className="flex items-start justify-center gap-6 mt-[30px]">
|
||||
<DetailDoctor doctor={doctor} loading={loading} />
|
||||
<AppointmentList doctor={doctor} loading={loading} />
|
||||
|
||||
Reference in New Issue
Block a user