Skip to content

Commit

Permalink
fix: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Dec 20, 2023
1 parent 42af074 commit d25514f
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ import {
WEEKLY_DAYS,
MONDAYFRIDAY_DAYS,
rrulei18n,
} from './Utils';

import IntervalField from './IntervalField';
import ByDayField from './ByDayField';
import EndField from './EndField';
import ByMonthField from './ByMonthField';
import ByYearField from './ByYearField';
import Occurences from './Occurences';
} from '@plone/volto/components/manage/Widgets/RecurrenceWidget/Utils';

import IntervalField from '@plone/volto/components/manage/Widgets/RecurrenceWidget/IntervalField';
import ByDayField from '@plone/volto/components/manage/Widgets/RecurrenceWidget/ByDayField';
import EndField from '@plone/volto/components/manage/Widgets/RecurrenceWidget/EndField';
import ByMonthField from '@plone/volto/components/manage/Widgets/RecurrenceWidget/ByMonthField';
import ByYearField from '@plone/volto/components/manage/Widgets/RecurrenceWidget/ByYearField';
import Occurences from '@plone/volto/components/manage/Widgets/RecurrenceWidget/Occurences';

const messages = defineMessages({
editRecurrence: {
Expand Down

0 comments on commit d25514f

Please sign in to comment.