From 6f3f4b2c49855b69247e1b135a3fc2a614b13bf5 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 26 Mar 2025 08:52:18 +0200 Subject: [PATCH] fix prettier --- src/screens/Settings/Settings.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/screens/Settings/Settings.tsx b/src/screens/Settings/Settings.tsx index 64dc1881d8..5b328287cc 100644 --- a/src/screens/Settings/Settings.tsx +++ b/src/screens/Settings/Settings.tsx @@ -11,7 +11,10 @@ import {type NativeStackScreenProps} from '@react-navigation/native-stack' import {IS_INTERNAL} from '#/lib/app-info' import {HELP_DESK_URL} from '#/lib/constants' import {useAccountSwitcher} from '#/lib/hooks/useAccountSwitcher' -import {type CommonNavigatorParams, type NavigationProp} from '#/lib/routes/types' +import { + type CommonNavigatorParams, + type NavigationProp, +} from '#/lib/routes/types' import {sanitizeHandle} from '#/lib/strings/handles' import {useProfileShadow} from '#/state/cache/profile-shadow' import {clearStorage} from '#/state/persisted'