about summary refs log tree commit diff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/strings.ts3
1 files changed, 2 insertions, 1 deletions
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'