Skip to content

Commit

Permalink
fix: type error
Browse files Browse the repository at this point in the history
  • Loading branch information
chj-damon committed Feb 8, 2023
1 parent cf276a6 commit d028062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native/src/modal/Modal/useModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { BackHandler, NativeEventSubscription } from 'react-native';
import { Easing, runOnJS, useAnimatedStyle, useSharedValue, withTiming } from 'react-native-reanimated';
import { Edge, useSafeAreaInsets } from 'react-native-safe-area-context';

import type { ModalProps } from '.';
import { Theme } from '../../theme';
import type { ModalProps } from '../type';

export default function useModal({
visible,
Expand Down

0 comments on commit d028062

Please sign in to comment.