aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMiodec <[email protected]>2024-07-18 17:37:34 +0200
committerMiodec <[email protected]>2024-07-18 17:37:34 +0200
commit898fa03cd795332decc5176017d4243ab44158d4 (patch)
tree945c54278af669d547b1033fc4c8ec5f3d8bffe4
parenta50d1c3e656ba1a425a8ad66b8382600a9410a16 (diff)
downloadmonkeytype-898fa03cd795332decc5176017d4243ab44158d4.tar.gz
monkeytype-898fa03cd795332decc5176017d4243ab44158d4.zip
date fns
-rw-r--r--frontend/src/ts/elements/test-activity-calendar.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/ts/elements/test-activity-calendar.ts b/frontend/src/ts/elements/test-activity-calendar.ts
index 07fd76bf9..8f02aa327 100644
--- a/frontend/src/ts/elements/test-activity-calendar.ts
+++ b/frontend/src/ts/elements/test-activity-calendar.ts
@@ -1,4 +1,3 @@
-import type { Interval } from "date-fns/types";
import { UTCDateMini } from "@date-fns/utc/date/mini";
import {
format,
@@ -18,6 +17,7 @@ import {
nextSaturday,
isSaturday,
subWeeks,
+ Interval,
} from "date-fns";
export class TestActivityCalendar implements MonkeyTypes.TestActivityCalendar {