Skip to content

Commit b4efd15

Browse files
Update App.jsx
1 parent 144c79f commit b4efd15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import FullCalendar from '@fullcalendar/react';
55
import rrulePlugin from '@fullcalendar/rrule';
66
import timeGridPlugin from '@fullcalendar/timegrid';
77

8-
import { mdiCalendarRange, mdiClose, mdiMapMarkerOutline, mdiClock } from '@mdi/js';
8+
import { mdiCalendarRange, mdiClock, mdiClose, mdiMapMarkerOutline } from '@mdi/js';
99
import Icon from '@mdi/react';
1010
import parse from 'html-react-parser';
1111
import { createRef, useCallback, useEffect, useMemo, useState } from 'react';

0 commit comments

Comments
 (0)