diff --git a/src/components/EventEdit.tsx b/src/components/EventEdit.tsx index a257af4..8748bf9 100644 --- a/src/components/EventEdit.tsx +++ b/src/components/EventEdit.tsx @@ -33,6 +33,7 @@ import * as EteSync from 'etesync'; import { getCurrentTimezone } from '../helpers'; import { EventType, timezoneLoadFromName } from '../pim-types'; +import RRuleEteSync, { RRuleOptions } from '../widgets/RRule'; interface PropsType { collections: EteSync.CollectionInfo[];