import { Calendar } from '@fullcalendar/core'; import dayGridPlugin from '@fullcalendar/daygrid'; import bootstrap5Plugin from '@fullcalendar/bootstrap5' global.FullCalendar = Calendar; global.dayGridPlugin = dayGridPlugin; global.bootstrap5Plugin = bootstrap5Plugin;