Skip to content

Commit 8bd9f9b

Browse files
committed
require cycle fix (#2291)
1 parent 4370b8f commit 8bd9f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/expandableSection/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {LayoutAnimation, StyleSheet} from 'react-native';
33
import View from '../view';
44
import TouchableOpacity from '../touchableOpacity';
55
import {useDidUpdate} from 'hooks';
6-
import {Dividers} from 'react-native-ui-lib';
6+
import {Dividers} from '../../style';
77

88
export type ExpandableSectionProps = {
99
/**

0 commit comments

Comments
 (0)