Skip to content

Commit

Permalink
Fix dep (#4011)
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey authored May 14, 2024
1 parent 1c51a48 commit d7f1b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Messages/List/ChatListItem.tsx
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit d7f1b2a

Please sign in to comment.