Skip to content

Commit c8fe1d6

Browse files
committed
master merge fix
1 parent 9a1c0d0 commit c8fe1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/screens/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import CalendarsScreen from './calendarScreen';
55
import AgendaScreen from './agendaScreen';
66
import CalendarsList from './calendarsList';
77
import HorizontalCalendarList from './horizontalCalendarList';
8-
import ExpandableCalendar from './expandableCalendar';
8+
import ExpandableCalendarScreen from './expandableCalendarScreen';
99
import TimelineCalendar from './timelineCalendarScreen';
1010

1111
export function registerScreens() {

0 commit comments

Comments
 (0)