about summary refs log tree commit diff
path: root/src/components/LikesDialog.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/LikesDialog.tsx')
-rw-r--r--src/components/LikesDialog.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/LikesDialog.tsx b/src/components/LikesDialog.tsx
index 4c68596f7..cb000b433 100644
--- a/src/components/LikesDialog.tsx
+++ b/src/components/LikesDialog.tsx
@@ -1,4 +1,4 @@
-import React, {useCallback, useMemo} from 'react'
+import {useCallback, useMemo} from 'react'
 import {ActivityIndicator, FlatList, View} from 'react-native'
 import {AppBskyFeedGetLikes as GetLikes} from '@atproto/api'
 import {msg, Trans} from '@lingui/macro'