diff options
author | Eric Bailey <git@esb.lol> | 2024-05-14 12:20:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 12:20:12 -0500 |
commit | d7f1b2a5dfd91f86639c1ecbd75b66c47e09edac (patch) | |
tree | 00f469a09c0e5929d4a228bdcaeec5d29a00f5f2 /src/screens/Messages/List/ChatListItem.tsx | |
parent | 1c51a48764e4145679198f68368713410e28c8da (diff) | |
download | voidsky-d7f1b2a5dfd91f86639c1ecbd75b66c47e09edac.tar.zst |
Fix dep (#4011)
Diffstat (limited to 'src/screens/Messages/List/ChatListItem.tsx')
-rw-r--r-- | src/screens/Messages/List/ChatListItem.tsx | 2 |
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' |