chore: clean up imports
serenity 1 month ago ac526457 1f85b79f
··· 1 1 - import type { Did, DidPlc, DidWeb } from "@/lib/types/atproto"; 1 1 + import type { Did } from "@/lib/types/atproto"; 2 2 import { bskyClient } from "@/lib/utils/atproto/client"; 3 3 4 4 export const getBskyProfile = async (did: Did) => {