From f333a90fab79d582bbb7f9114f0b005fdb1cae8b Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 4 Nov 2022 17:39:54 -0500 Subject: Update to the latest APIs --- src/view/lib/strings.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/view/lib/strings.ts') diff --git a/src/view/lib/strings.ts b/src/view/lib/strings.ts index b30a3c08b..7f1bc545f 100644 --- a/src/view/lib/strings.ts +++ b/src/view/lib/strings.ts @@ -1,7 +1,5 @@ import {AtUri} from '../../third-party/uri' -import {Entity as Entities} from '../../third-party/api/src/types/app/bsky/post' - -type Entity = Entities[0] +import {Entity} from '../../third-party/api/src/client/types/app/bsky/feed/post' export function pluralize(n: number, base: string, plural?: string): string { if (n === 1) { -- cgit 1.4.1