in page add doctor change data state & component & save data & request to send data & change component folder

This commit is contained in:
Ehsan
2025-07-14 04:30:50 +03:30
parent 97802a9fdf
commit 88f25cdd2e
16 changed files with 393 additions and 156 deletions
-1
View File
@@ -17,7 +17,6 @@ function SendAppo({ hour }) {
slot: hour,
})
.then((res) => {
console.log(res);
setLoading(false);
})
.catch((err) => {