Skip to content

Commit df56f56

Browse files
committed
fix lint
1 parent 2fe0da7 commit df56f56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/components/Modal/ReanimatedModal

src/components/Modal/ReanimatedModal/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import type {NativeEventSubscription, ViewStyle} from 'react-native';
44
import {BackHandler, Dimensions, InteractionManager, Modal, View} from 'react-native';
55
import {LayoutAnimationConfig} from 'react-native-reanimated';
66
import KeyboardAvoidingView from '@components/KeyboardAvoidingView';
7-
import Backdrop from '@components/Modal/ReanimatedModal/Backdrop';
87
import useThemeStyles from '@hooks/useThemeStyles';
98
import getPlatform from '@libs/getPlatform';
109
import CONST from '@src/CONST';
10+
import Backdrop from './Backdrop';
1111
import Container from './Container';
1212
import type ModalProps from './types';
1313

0 commit comments

Comments
 (0)