Доделала карточки

This commit is contained in:
Daria Golova
2023-06-28 18:36:53 +03:00
parent 4a35e55681
commit 88bd056bb2
6 changed files with 87 additions and 31 deletions

View File

@@ -4,7 +4,7 @@ const state = () => ({
currentDate: moment(),
workingHours: {
start: "8:00",
end: "18:00",
end: "19:00",
},
selectedDates: {
from: moment().clone().startOf("week"),