Skip to content

Commit af7c00a

Browse files
committed
remove unused import
1 parent 55c0ab1 commit af7c00a

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
@@ -1,7 +1,7 @@
11
import noop from 'lodash/noop';
22
import React, {useCallback, useEffect, useMemo, useRef, useState} from 'react';
33
import type {NativeEventSubscription, ViewStyle} from 'react-native';
4-
import {BackHandler, Dimensions, InteractionManager, Modal, View} from 'react-native';
4+
import {BackHandler, InteractionManager, Modal, View} from 'react-native';
55
import {LayoutAnimationConfig} from 'react-native-reanimated';
66
import FocusTrapForModal from '@components/FocusTrap/FocusTrapForModal';
77
import KeyboardAvoidingView from '@components/KeyboardAvoidingView';

0 commit comments

Comments
 (0)