We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf6e61f + 7a58e9f commit e57607bCopy full SHA for e57607b
src/expandableCalendar/Context/Provider.tsx
@@ -7,7 +7,7 @@ import {StyleSheet, Animated, TouchableOpacity, View, StyleProp, ViewStyle} from
7
import {toMarkingFormat} from '../../interface';
8
import {Theme, DateData} from '../../types';
9
import styleConstructor from '../style';
10
-import CalendarContext from '.';
+import CalendarContext from './index';
11
import Presenter from './Presenter';
12
import {UpdateSources} from '../commons';
13
0 commit comments