From 59513bd011679c5020703c61b7f3bbfa3ee2701e Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 5 Aug 2025 11:59:29 -0500 Subject: [PATCH] Revert formatting --- src/components/Dialog/types.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/Dialog/types.ts b/src/components/Dialog/types.ts index ea8b173a85..3ca64a3214 100644 --- a/src/components/Dialog/types.ts +++ b/src/components/Dialog/types.ts @@ -1,15 +1,15 @@ -import { - type AccessibilityProps, - type GestureResponderEvent, - type ScrollViewProps, +import React from 'react' +import type { + AccessibilityProps, + GestureResponderEvent, + ScrollViewProps, } from 'react-native' -import {type ViewStyle} from 'react-native' -import {type StyleProp} from 'react-native' -import type React from 'react' +import {ViewStyle} from 'react-native' +import {StyleProp} from 'react-native' -import {type ViewStyleProp} from '#/alf' -import {type BottomSheetViewProps} from '../../../modules/bottom-sheet' -import {type BottomSheetSnapPoint} from '../../../modules/bottom-sheet/src/BottomSheet.types' +import {ViewStyleProp} from '#/alf' +import {BottomSheetViewProps} from '../../../modules/bottom-sheet' +import {BottomSheetSnapPoint} from '../../../modules/bottom-sheet/src/BottomSheet.types' type A11yProps = Required