Skip to content

Commit 2c68479

Browse files
Import ScrollView from @components/ScrollView to fix lint error
Co-authored-by: ahmedGaber93 <ahmedGaber93@users.noreply.github.com>
1 parent ebfc5c7 commit 2c68479

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/ConfirmContent.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import type {ReactNode} from 'react';
22
import React from 'react';
33
import type {StyleProp, TextStyle, ViewStyle} from 'react-native';
4-
import {ScrollView, View} from 'react-native';
4+
import {View} from 'react-native';
5+
import ScrollView from '@components/ScrollView';
56
import {useMemoizedLazyExpensifyIcons} from '@hooks/useLazyAsset';
67
import useLocalize from '@hooks/useLocalize';
78
import useNetwork from '@hooks/useNetwork';

0 commit comments

Comments
 (0)