From 4913a07e3365d2004e67e9131dd4b4c15094dd33 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 22 Dec 2022 09:17:07 -0600 Subject: Unvendor the api and switch to @atproto/api --- src/lib/strings.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/strings.ts') diff --git a/src/lib/strings.ts b/src/lib/strings.ts index bfa8848bd..c665c0b07 100644 --- a/src/lib/strings.ts +++ b/src/lib/strings.ts @@ -1,5 +1,6 @@ import {AtUri} from '../third-party/uri' -import {Entity} from '../third-party/api/src/client/types/app/bsky/feed/post' +import {AppBskyFeedPost} from '@atproto/api' +type Entity = AppBskyFeedPost.Entity import {PROD_SERVICE} from '../state' import {isNetworkError} from './errors' import TLDs from 'tlds' -- cgit 1.4.1