remove imports from @atproto/api internals (#8403)

This commit is contained in:
Samuel Newman
2025-08-12 18:52:34 +03:00
committed by GitHub
parent bf869d9185
commit 338fa4dfbe
12 changed files with 58 additions and 47 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
import React from 'react'
import {View} from 'react-native'
import {
type AppBskyActorDefs,
type AppBskyActorProfile,
type AppBskyGraphDefs,
AppBskyGraphStarterpack,
type Un$Typed,
} from '@atproto/api'
import {type SavedFeed} from '@atproto/api/dist/client/types/app/bsky/actor/defs'
import {TID} from '@atproto/common-web'
import {msg, Trans} from '@lingui/macro'
import {useLingui} from '@lingui/react'
@@ -108,7 +108,7 @@ export function StepFinished() {
await agent.setInterestsPref({tags: selectedInterests})
// Default feeds that every user should have pinned when landing in the app
const feedsToSave: SavedFeed[] = [
const feedsToSave: AppBskyActorDefs.SavedFeed[] = [
{
...DISCOVER_SAVED_FEED,
id: TID.nextStr(),