Skip to content

Commit

Permalink
fix library name
Browse files Browse the repository at this point in the history
  • Loading branch information
rlho committed Oct 19, 2023
1 parent 18c8bbe commit b087a53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useState, useEffect, useRef } from 'react';
import interactionPlugin from '@fullcalendar/interaction'; // for selectable
import FullCalendar from '@fullcalendar/react';
import timeGridPlugin from '@fullcalendar/timeGrid'; // a plugin!
import timeGridPlugin from '@fullcalendar/timegrid'; // a plugin!
import googleCalendarPlugin from '@fullcalendar/google-calendar';
import dayGridPlugin from '@fullcalendar/daygrid';
import { CalendarDatePicker } from './CalendarDatePicker';
Expand Down

0 comments on commit b087a53

Please sign in to comment.