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,