Calender context moved into redux.

This commit is contained in:
Lucid Kobold
2022-06-12 23:27:04 -05:00
parent 1f596f8f1c
commit ad6b35012d
11 changed files with 274 additions and 323 deletions

View File

@@ -15,7 +15,7 @@ interface WeekDays {
}
interface MonthDay {
date: Date;
date: string;
isOverflow: boolean;
overflowDirection: "prev" | "next" | null;
}