handle register and poster and fix bugs

This commit is contained in:
Ehsan
2025-05-21 23:35:55 +03:30
parent 81f8042f6c
commit c469f2ee3c
23 changed files with 512 additions and 147 deletions
+1 -2
View File
@@ -5,7 +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";
import Poster from "./poster";
function DoctorPage({ doctor }) {
const [loading, setLoading] = useState(true);
@@ -31,7 +31,6 @@ 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} />