|
|
@@ -1,6 +1,6 @@
|
|
|
-import * as FullCalendar from 'fullcalendar';
|
|
|
+import { defineLocale } from 'fullcalendar';
|
|
|
|
|
|
-FullCalendar.locale("sr-cyrl", {
|
|
|
+defineLocale("sr-cyrl", {
|
|
|
week: {
|
|
|
dow: 1, // Monday is the first day of the week.
|
|
|
doy: 7 // The week that contains Jan 1st is the first week of the year.
|