Skip to content

Commit e57607b

Browse files
authored
Merge pull request #1651 from bluedaniel/patch-1
Fix import path of calendar provider
2 parents bf6e61f + 7a58e9f commit e57607b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expandableCalendar/Context/Provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {StyleSheet, Animated, TouchableOpacity, View, StyleProp, ViewStyle} from
77
import {toMarkingFormat} from '../../interface';
88
import {Theme, DateData} from '../../types';
99
import styleConstructor from '../style';
10-
import CalendarContext from '.';
10+
import CalendarContext from './index';
1111
import Presenter from './Presenter';
1212
import {UpdateSources} from '../commons';
1313

0 commit comments

Comments
 (0)