fixed incorrect date format import
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-02-16 03:27:16 -05:00
parent 18e1448ec0
commit 31d72b7265
1 changed files with 2 additions and 1 deletions

View File

@ -3,8 +3,9 @@ import path from "path";
import { format } from "date-fns";
import { DATE_FORMAT } from "@/utils";
import {
DATE_FORMAT,
getEventsByTerm,
getEventTermsByYear,
getEventYears,