This commit is contained in:
Eric Bailey
2025-04-02 16:37:47 -05:00
parent cf503ab676
commit d325052d05
2 changed files with 5 additions and 2 deletions
@@ -13,7 +13,10 @@ import {precacheStarterPack} from '#/state/queries/starter-packs'
import {useSession} from '#/state/session'
import {atoms as a, useTheme} from '#/alf'
import {StarterPack as StarterPackIcon} from '#/components/icons/StarterPack'
import {Link as BaseLink, type LinkProps as BaseLinkProps} from '#/components/Link'
import {
Link as BaseLink,
type LinkProps as BaseLinkProps,
} from '#/components/Link'
import {Text} from '#/components/Typography'
import * as bsky from '#/types/bsky'
@@ -12,7 +12,7 @@ import {
popularInterests,
useInterestsDisplayNames,
} from '#/screens/Onboarding/state'
import {useGutters,useTheme} from '#/alf'
import {useGutters, useTheme} from '#/alf'
import {atoms as a} from '#/alf'
import {Button} from '#/components/Button'
import * as ProfileCard from '#/components/ProfileCard'