pushing state down with contexts

This commit is contained in:
2024-09-02 11:57:38 -06:00
parent 130035cc48
commit 895271743f
20 changed files with 517 additions and 439 deletions

View File

@@ -52,7 +52,7 @@ function CalendarWeek({
week,
monthNumber,
}: {
week: Date[];
week: string[]; //date strings
monthNumber: number;
}) {
return (