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/screens/Onboarding/StepInterests/InterestButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screens/Onboarding/StepInterests/InterestButton.tsx') diff --git a/src/screens/Onboarding/StepInterests/InterestButton.tsx b/src/screens/Onboarding/StepInterests/InterestButton.tsx index 24b34041e..7f8b32b83 100644 --- a/src/screens/Onboarding/StepInterests/InterestButton.tsx +++ b/src/screens/Onboarding/StepInterests/InterestButton.tsx @@ -1,5 +1,5 @@ import React from 'react' -import {TextStyle, View, ViewStyle} from 'react-native' +import {type TextStyle, View, type ViewStyle} from 'react-native' import {capitalize} from '#/lib/strings/capitalize' import {useInterestsDisplayNames} from '#/screens/Onboarding/state' -- cgit 1.4.1