about summary refs log tree commit diff
path: root/src/screens/Home/NoFeedsPinned.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/Home/NoFeedsPinned.tsx')
-rw-r--r--src/screens/Home/NoFeedsPinned.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Home/NoFeedsPinned.tsx b/src/screens/Home/NoFeedsPinned.tsx
index 74412763f..fce4ffea2 100644
--- a/src/screens/Home/NoFeedsPinned.tsx
+++ b/src/screens/Home/NoFeedsPinned.tsx
@@ -6,7 +6,7 @@ import {useLingui} from '@lingui/react'
 
 import {DISCOVER_SAVED_FEED, TIMELINE_SAVED_FEED} from '#/lib/constants'
 import {useOverwriteSavedFeedsMutation} from '#/state/queries/preferences'
-import {UsePreferencesQueryResponse} from '#/state/queries/preferences'
+import {type UsePreferencesQueryResponse} from '#/state/queries/preferences'
 import {CenteredView} from '#/view/com/util/Views'
 import {atoms as a} from '#/alf'
 import {Button, ButtonIcon, ButtonText} from '#/components/Button'