From 31d72b72653445afce0280c17076ff57031fb380 Mon Sep 17 00:00:00 2001 From: shahanneda Date: Wed, 16 Feb 2022 03:27:16 -0500 Subject: [PATCH] fixed incorrect date format import --- scripts/change-dates.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/change-dates.ts b/scripts/change-dates.ts index a4a112d4..a6dacef6 100644 --- a/scripts/change-dates.ts +++ b/scripts/change-dates.ts @@ -3,8 +3,9 @@ import path from "path"; import { format } from "date-fns"; +import { DATE_FORMAT } from "@/utils"; + import { - DATE_FORMAT, getEventsByTerm, getEventTermsByYear, getEventYears,