diff options
Diffstat (limited to 'src/view/lib/strings.ts')
-rw-r--r-- | src/view/lib/strings.ts | 4 |
1 files changed, 1 insertions, 3 deletions
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) { |