Skip to content

Commit 92463ad

Browse files
committed
Fix broken master from weird collision
1 parent 251b719 commit 92463ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/incubator/Dialog/helpers/useSafeAreaView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, {useMemo} from 'react';
2-
import {Constants} from 'helpers';
2+
import {Constants} from '../../../commons/new';
33
import SafeAreaSpacerView from '../../../../lib/components/SafeArea/SafeAreaSpacerView';
44
import {ImperativeDialogProps} from '../types';
55
import {AlignmentType} from './useAlignmentStyle';

0 commit comments

Comments
 (0)