Adam Shaw il y a 5 ans
Parent
commit
4f1cbf8925
1 fichiers modifiés avec 9 ajouts et 10 suppressions
  1. 9 10
      packages/bundle/src/main.ts

+ 9 - 10
packages/bundle/src/main.ts

@@ -1,12 +1,3 @@
-
-export * from '@fullcalendar/core'
-export * from '@fullcalendar/interaction'
-export * from '@fullcalendar/daygrid'
-export * from '@fullcalendar/timegrid'
-export * from '@fullcalendar/list'
-export * from '@fullcalendar/bootstrap'
-export * from '@fullcalendar/google-calendar'
-
 import { globalPlugins } from '@fullcalendar/core'
 import interactionPlugin from '@fullcalendar/interaction'
 import dayGridPlugin from '@fullcalendar/daygrid'
@@ -21,5 +12,13 @@ globalPlugins.push(
   timeGridPlugin,
   listPlugin,
   bootstrapPlugin,
-  googleCalendarPlugin
+  googleCalendarPlugin,
 )
+
+export * from '@fullcalendar/core'
+export * from '@fullcalendar/interaction'
+export * from '@fullcalendar/daygrid'
+export * from '@fullcalendar/timegrid'
+export * from '@fullcalendar/list'
+export * from '@fullcalendar/bootstrap'
+export * from '@fullcalendar/google-calendar'