WIP Сделала колонки

This commit is contained in:
Daria Golova
2023-06-09 17:59:45 +03:00
parent b3cc965de4
commit 4837b9536b
8 changed files with 86 additions and 44 deletions

View File

@@ -7,8 +7,8 @@ const state = () => ({
end: "18:00",
},
selectedDates: {
from: moment(),
to: moment().clone().add(6, "day"),
from: moment().clone().startOf("week"),
to: moment().clone().endOf("week"),
},
});