From 9173be686c1df9adc6cbb9cc2175f8909a868c35 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 14 May 2024 09:22:09 -0500 Subject: [🐴] Swap in new package, update usages (#3992) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Swap in new package, update usages * Remove uneccessary patch * Override type in safe place --- src/components/dms/ActionsWrapper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/dms/ActionsWrapper.tsx') diff --git a/src/components/dms/ActionsWrapper.tsx b/src/components/dms/ActionsWrapper.tsx index 5c34ef9ba..9c58b6214 100644 --- a/src/components/dms/ActionsWrapper.tsx +++ b/src/components/dms/ActionsWrapper.tsx @@ -7,7 +7,7 @@ import Animated, { useSharedValue, withTiming, } from 'react-native-reanimated' -import {ChatBskyConvoDefs} from '@atproto-labs/api' +import {ChatBskyConvoDefs} from '@atproto/api' import {HITSLOP_10} from 'lib/constants' import {useHaptics} from 'lib/haptics' -- cgit 1.4.1