Moved valid date range function into it's own file to be accessibly within the dynamic pages.

This commit is contained in:
Lucid Kobold
2022-03-26 00:43:22 -05:00
parent 94ffe42325
commit 5071d5a6ba
5 changed files with 39 additions and 23 deletions

View File

@@ -48,11 +48,6 @@ interface MonthContext extends MonthInfo {
layout: MonthLayout;
}
interface ValidDateRange {
start: Date;
end: Date;
}
interface UpdateCalendarProps {
year: number;
month: number;