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/Profile/Header/index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/screens/Profile/Header/index.tsx') diff --git a/src/screens/Profile/Header/index.tsx b/src/screens/Profile/Header/index.tsx index 7e4b9bb31..1158a8aa5 100644 --- a/src/screens/Profile/Header/index.tsx +++ b/src/screens/Profile/Header/index.tsx @@ -1,5 +1,5 @@ import React, {memo, useState} from 'react' -import {LayoutChangeEvent, StyleSheet, View} from 'react-native' +import {type LayoutChangeEvent, StyleSheet, View} from 'react-native' import Animated, { runOnJS, useAnimatedReaction, @@ -8,10 +8,10 @@ import Animated, { } from 'react-native-reanimated' import {useSafeAreaInsets} from 'react-native-safe-area-context' import { - AppBskyActorDefs, - AppBskyLabelerDefs, - ModerationOpts, - RichText as RichTextAPI, + type AppBskyActorDefs, + type AppBskyLabelerDefs, + type ModerationOpts, + type RichText as RichTextAPI, } from '@atproto/api' import {useIsFocused} from '@react-navigation/native' -- cgit 1.4.1