Removed references to the inaccesible contect within a dynamic page.

This commit is contained in:
Lucid Kobold
2022-03-26 00:45:32 -05:00
parent 5071d5a6ba
commit 39b9a13e39
3 changed files with 10 additions and 14 deletions

View File

@@ -1,7 +1,4 @@
import {
startOfMonth,
endOfMonth
} from "date-fns";
import { startOfMonth, endOfMonth } from "date-fns";
interface ValidDateRange {
start: Date;
@@ -19,4 +16,4 @@ const validDateRange = (): ValidDateRange => {
};
};
export default validDateRange
export default validDateRange;