Skip to content

Commit e0e966a

Browse files
committed
fix import
1 parent 2b01745 commit e0e966a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/calendar/day/basic/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import PropTypes from 'prop-types';
55
import React, {Component, Fragment} from 'react';
66
import {TouchableOpacity, Text, View} from 'react-native';
77

8-
import {Theme, DateData, DayState} from '../../../types';
8+
import {Theme, DateData, DayState, MarkingTypes} from '../../../types';
99
// @ts-expect-error
1010
import {shouldUpdate} from '../../../component-updater';
1111
import styleConstructor from './style';
12-
import Marking, {MarkingTypes, MarkingProps} from '../marking';
12+
import Marking, {MarkingProps} from '../marking';
1313

1414
export interface BasicDayProps {
1515
state?: DayState;

0 commit comments

Comments
 (0)