diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index 5f533aa2f6..a92e7be7f2 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -18,7 +18,13 @@ import {useSession} from '#/state/session' import * as userActionHistory from '#/state/userActionHistory' import {type SeenPost} from '#/state/userActionHistory' import {BlockDrawerGesture} from '#/view/shell/BlockDrawerGesture' -import {atoms as a, useBreakpoints, useTheme, type ViewStyleProp, web} from '#/alf' +import { + atoms as a, + useBreakpoints, + useTheme, + type ViewStyleProp, + web, +} from '#/alf' import {Button} from '#/components/Button' import * as FeedCard from '#/components/FeedCard' import {ArrowRight_Stroke2_Corner0_Rounded as Arrow} from '#/components/icons/Arrow' diff --git a/src/components/Menu/context.tsx b/src/components/Menu/context.tsx index 5144c69318..076bc81511 100644 --- a/src/components/Menu/context.tsx +++ b/src/components/Menu/context.tsx @@ -1,6 +1,6 @@ import React from 'react' -import {type ContextType, type ItemContextType} from '#/components/Menu/types' +import {type ContextType, type ItemContextType} from '#/components/Menu/types' export const Context = React.createContext(null) diff --git a/src/components/moderation/PostHider.tsx b/src/components/moderation/PostHider.tsx index 6cb02d5685..057c77023a 100644 --- a/src/components/moderation/PostHider.tsx +++ b/src/components/moderation/PostHider.tsx @@ -1,6 +1,16 @@ import React, {type ComponentProps} from 'react' -import {Pressable, type StyleProp, StyleSheet, View, type ViewStyle} from 'react-native' -import {type AppBskyActorDefs, type ModerationCause, type ModerationUI} from '@atproto/api' +import { + Pressable, + type StyleProp, + StyleSheet, + View, + type ViewStyle, +} from 'react-native' +import { + type AppBskyActorDefs, + type ModerationCause, + type ModerationUI, +} from '@atproto/api' import {msg, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' import {useQueryClient} from '@tanstack/react-query'