···1-import { AtUri, type Agent } from "@atproto/api";
2-import { useQueryConstellation, type linksRecordsResponse } from "./useQuery";
3import type { QueryClient } from "@tanstack/react-query";
4-import { TID } from "@atproto/common-web";
056export function useGetFollowState({
7 target,
···1+import { type Agent,AtUri } from "@atproto/api";
2+import { TID } from "@atproto/common-web";
3import type { QueryClient } from "@tanstack/react-query";
4+5+import { type linksRecordsResponse,useQueryConstellation } from "./useQuery";
67export function useGetFollowState({
8 target,