Skip to content

Commit 47a9d6a

Browse files
committed
Fix lint issue
1 parent 243b96f commit 47a9d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/screens/componentScreens/ExpandableSectionScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import _ from 'lodash';
22
import React, {PureComponent} from 'react';
33
import {ScrollView, StyleSheet} from 'react-native';
4-
import {Card, Text, Image, ListItem, Carousel, Spacings, View, ExpandableSection, Switch} from 'react-native-ui-lib';
4+
import {Card, Text, Image, ListItem, Carousel, View, ExpandableSection, Switch} from 'react-native-ui-lib';
55

66
const cardImage2 = require('../../assets/images/empty-state.jpg');
77
const cardImage = require('../../assets/images/card-example.jpg');

0 commit comments

Comments
 (0)