Skip to content

Commit a1572aa

Browse files
committed
refactor(day-events): remove unused toUTCOffset import
1 parent 7d74d19 commit a1572aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/web/src/views/Day/hooks/events/useDayEvents.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { useEffect, useMemo } from "react";
22
import dayjs from "@core/util/date/dayjs";
3-
import { toUTCOffset } from "@web/common/utils/datetime/web.date.util";
43
import { Day_AsyncStateContextReason } from "@web/ducks/events/context/day.context";
54
import { getDayEventsSlice } from "@web/ducks/events/slices/day.slice";
65
import { useAppDispatch } from "@web/store/store.hooks";

0 commit comments

Comments
 (0)