about summary refs log tree commit diff
path: root/src/screens/Profile/ProfileFollows.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/Profile/ProfileFollows.tsx')
-rw-r--r--src/screens/Profile/ProfileFollows.tsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/screens/Profile/ProfileFollows.tsx b/src/screens/Profile/ProfileFollows.tsx
index 85ebccf30..3faf5a332 100644
--- a/src/screens/Profile/ProfileFollows.tsx
+++ b/src/screens/Profile/ProfileFollows.tsx
@@ -2,7 +2,10 @@ import React from 'react'
 import {Plural} from '@lingui/macro'
 import {useFocusEffect} from '@react-navigation/native'
 
-import {CommonNavigatorParams, NativeStackScreenProps} from '#/lib/routes/types'
+import {
+  type CommonNavigatorParams,
+  type NativeStackScreenProps,
+} from '#/lib/routes/types'
 import {sanitizeDisplayName} from '#/lib/strings/display-names'
 import {useProfileQuery} from '#/state/queries/profile'
 import {useResolveDidQuery} from '#/state/queries/resolve-uri'