@@ -22,7 +22,7 @@ import * as monthViewBadgeTotal from './demo-modules/month-view-badge-total';
22
22
import * as recurringEvents from './demo-modules/recurring-events' ;
23
23
import * as customEventClass from './demo-modules/custom-event-class' ;
24
24
import * as clickableEvents from './demo-modules/clickable-events' ;
25
- import * as dayClick from './demo-modules/day-click ' ;
25
+ import * as clickableDays from './demo-modules/clickable-days ' ;
26
26
import * as dayViewStartEnd from './demo-modules/day-view-start-end' ;
27
27
import * as dayViewHourSplit from './demo-modules/day-view-hour-split' ;
28
28
import * as navigatingBetweenViews from './demo-modules/navigating-between-views' ;
@@ -59,7 +59,7 @@ import * as contextMenu from './demo-modules/context-menu';
59
59
recurringEvents . DemoModule ,
60
60
customEventClass . DemoModule ,
61
61
clickableEvents . DemoModule ,
62
- dayClick . DemoModule ,
62
+ clickableDays . DemoModule ,
63
63
dayViewStartEnd . DemoModule ,
64
64
dayViewHourSplit . DemoModule ,
65
65
navigatingBetweenViews . DemoModule ,
@@ -140,7 +140,7 @@ import * as contextMenu from './demo-modules/context-menu';
140
140
}
141
141
} , {
142
142
path : 'clickable-days' ,
143
- component : dayClick . DemoComponent ,
143
+ component : clickableDays . DemoComponent ,
144
144
data : {
145
145
label : 'Clickable days'
146
146
}
0 commit comments