diff options
Diffstat (limited to 'src/components/hooks/useFollowMethods.ts')
-rw-r--r-- | src/components/hooks/useFollowMethods.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/hooks/useFollowMethods.ts b/src/components/hooks/useFollowMethods.ts index e6b3f2c47..cba617d10 100644 --- a/src/components/hooks/useFollowMethods.ts +++ b/src/components/hooks/useFollowMethods.ts @@ -2,13 +2,13 @@ import React from 'react' import {msg} from '@lingui/macro' import {useLingui} from '@lingui/react' -import {LogEvents} from '#/lib/statsig/statsig' +import {type LogEvents} from '#/lib/statsig/statsig' import {logger} from '#/logger' -import {Shadow} from '#/state/cache/types' +import {type Shadow} from '#/state/cache/types' import {useProfileFollowMutationQueue} from '#/state/queries/profile' import {useRequireAuth} from '#/state/session' import * as Toast from '#/view/com/util/Toast' -import * as bsky from '#/types/bsky' +import type * as bsky from '#/types/bsky' export function useFollowMethods({ profile, |