Skip to content

Commit aab04a3

Browse files
tyler-daneCopilot
andauthored
Update packages/web/src/views/Forms/EventForm/DateControlsSection/RecurrenceSection/useRecurrence/useRecurrence.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d9dd486 commit aab04a3

File tree

1 file changed

+2
-2
lines changed
  • packages/web/src/views/Forms/EventForm/DateControlsSection/RecurrenceSection/useRecurrence

1 file changed

+2
-2
lines changed

packages/web/src/views/Forms/EventForm/DateControlsSection/RecurrenceSection/useRecurrence/useRecurrence.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import {
88
useMemo,
99
useState,
1010
} from "react";
11-
import { Options } from "react-hotkeys-hook";
12-
import { Frequency, RRule, Weekday } from "rrule";
11+
12+
import { Frequency, Options, RRule, Weekday } from "rrule";
1313
import { Schema_Event } from "@core/types/event.types";
1414
import { CompassEventRRule } from "@core/util/event/compass.event.rrule";
1515
import { parseCompassEventDate } from "@core/util/event/event.util";

0 commit comments

Comments
 (0)