Skip to content

Commit 76534cd

Browse files
committed
type: Modify type errors #146
1 parent 5e7d75b commit 76534cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/Steps/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import {View, Text, StyleSheet, TouchableOpacity} from 'react-native';
3-
import {Icon} from '@uiw/react-native';
3+
import Icon from '../Icon';
44

55
type statusType = 'success' | 'error' | string;
66

0 commit comments

Comments
 (0)