From 53e43a957c2e0f3f020c34653cbf5029ec6dd8bb Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 9 Sep 2025 18:38:21 +0300 Subject: run `yarn lint --fix` (#9013) --- src/alf/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/alf/types.ts') diff --git a/src/alf/types.ts b/src/alf/types.ts index 5bac690e2..d2ac5dbaa 100644 --- a/src/alf/types.ts +++ b/src/alf/types.ts @@ -1,4 +1,4 @@ -import {StyleProp, TextStyle, ViewStyle} from 'react-native' +import {type StyleProp, type TextStyle, type ViewStyle} from 'react-native' export type TextStyleProp = { style?: StyleProp -- cgit 1.4.1