about summary refs log tree commit diff
path: root/src/lib/strings.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-12-22 09:17:07 -0600
committerPaul Frazee <pfrazee@gmail.com>2022-12-22 09:17:07 -0600
commit4913a07e3365d2004e67e9131dd4b4c15094dd33 (patch)
tree6247f7fe52fdc8a6b29143f1d2f247b4e28987ec /src/lib/strings.ts
parent7f4a54ff0d83983460e787fde21707405acc38b0 (diff)
downloadvoidsky-4913a07e3365d2004e67e9131dd4b4c15094dd33.tar.zst
Unvendor the api and switch to @atproto/api
Diffstat (limited to 'src/lib/strings.ts')
-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'