about summary refs log tree commit diff
path: root/src/screens/Messages/List/ChatListItem.tsx
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-05-14 12:20:12 -0500
committerGitHub <noreply@github.com>2024-05-14 12:20:12 -0500
commitd7f1b2a5dfd91f86639c1ecbd75b66c47e09edac (patch)
tree00f469a09c0e5929d4a228bdcaeec5d29a00f5f2 /src/screens/Messages/List/ChatListItem.tsx
parent1c51a48764e4145679198f68368713410e28c8da (diff)
downloadvoidsky-d7f1b2a5dfd91f86639c1ecbd75b66c47e09edac.tar.zst
Fix dep (#4011)
Diffstat (limited to 'src/screens/Messages/List/ChatListItem.tsx')
-rw-r--r--src/screens/Messages/List/ChatListItem.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Messages/List/ChatListItem.tsx b/src/screens/Messages/List/ChatListItem.tsx
index 13706472f..f7d115ed0 100644
--- a/src/screens/Messages/List/ChatListItem.tsx
+++ b/src/screens/Messages/List/ChatListItem.tsx
@@ -1,6 +1,6 @@
 import React from 'react'
 import {View} from 'react-native'
-import {ChatBskyConvoDefs} from '@atproto-labs/api'
+import {ChatBskyConvoDefs} from '@atproto/api'
 import {msg} from '@lingui/macro'
 import {useLingui} from '@lingui/react'
 import {useNavigation} from '@react-navigation/native'