Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit c4dbcfe

Browse files
committed
Fixed text component path in spinner
1 parent d9c9791 commit c4dbcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/spinner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import {
66
ViewPropTypes,
77
} from 'react-native';
88
import PropTypes from 'prop-types';
9-
import Text from '../component/text';
109
import { color, font } from './style';
1110
import Icon from './icon';
11+
import Text from './text';
1212
import Svg, { Path, Circle, Defs, Stop, LinearGradient } from './svg';
1313

1414
//

0 commit comments

Comments
 (0)